euscan: add basic overlay support

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary
2011-11-23 18:03:07 +01:00
parent 164b427219
commit 7ff26556d1
7 changed files with 173 additions and 1 deletions

View File

@ -0,0 +1,12 @@
{% extends "euscan/_datatable.html" %}
{% load packages %}
{% block title %}
{{ block.super }} - Overlay: {{ overlay }}
{% endblock %}
{% block content %}
<h2>Overlay: {{ overlay }}</h2>
{% packages packages %}
{% endblock %}