Mercurial > hg > bts-webui
view bts_webui/amancay/templates/index.html @ 177:56072b670d5c draft default tip
Added first stub of SOAP test server
author | eriol-guest |
---|---|
date | Wed, 20 Jul 2011 01:41:31 +0000 |
parents | a0ee7702e4a8 |
children |
line wrap: on
line source
{% extends "base.html" %} {% block title %}Amancay BTS interface{% endblock %} {% block toolbox %} {% include "toolbox.html" %} {% endblock %} {% block main_content %} <div id="main_content" class="bug_list"> {% block bug_list %} {% include "table.html" %} {% endblock %} </div> {% endblock %}