euscan-ng/euscanwww/djeuscan/templates/euscan/categories.html
volpino 34d3bd714d euscanwww: Watched herds/maintainers/categories panel
* Refactored templates and templatetags
* Added unfavourite views
* Added button to favourite/unfavourite package
* Panel for showing favourited objects

Signed-off-by: volpino <fox91@anche.no>
2012-06-14 10:03:49 +02:00

16 lines
261 B
HTML

{% extends "euscan/_datatable.html" %}
{% load euscan %}
{% load url from future %}
{% block title %}
{{ block.super }} - categories
{% endblock %}
{% block content %}
<h2>Categories</h2>
{% categories_table categories request.GET.extras %}
{% endblock %}