euscan-ng/euscanwww/djeuscan/templates/euscan/accounts/categories.html
volpino be146163f6 euscanwww: Displaying unstable versions in package view
Signed-off-by: volpino <fox91@anche.no>
2012-07-17 13:18:44 +02:00

16 lines
269 B
HTML

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