annotate bts_webui/amancay/templates/index.html @ 3:026d1bcf0746
draft
The migration to the new interface is almost done
author |
marga |
date |
Mon, 09 Jul 2007 21:47:39 +0000 |
parents |
009ede2396ab |
children |
06095c3d1e27 |
rev |
line source |
0
|
1 {% extends "base.html" %} |
|
2 |
|
3 {% block title %}Amancay BTS interface{% endblock %} |
|
4 |
3
|
5 {% block toolbox %} |
|
6 {% include "toolbox.html" %} |
|
7 {% endblock %} |
|
8 |
|
9 |
0
|
10 {% block main_content %} |
1
|
11 <div id="bug_list" class="bug_list"> |
|
12 {% block bug_list %} |
|
13 {% include "table.html" %} |
|
14 {% endblock %} |
0
|
15 </div> |
|
16 {% endblock %} |
|
17 |