euscanwww: per handler package list

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-11-26 14:55:49 +01:00
parent 8ad3ed2897
commit a8f69e8128
5 changed files with 36 additions and 2 deletions

View File

@ -0,0 +1,16 @@
{% extends "euscan/_datatable.html" %}
{% load url from future %}
{% load djeuscan_helpers %}
{% block title %}
{{ block.super }} - Handler: {{ handler }}
{% endblock %}
{% block content %}
<h2>
Handler: {{ handler }}
</h2>
{% packages packages %}
{% endblock %}