django-admin2/example2/polls/templates/home.html

11 lines
235 B
HTML
Raw Normal View History

2013-06-06 01:17:29 +00:00
{% extends "admin2/bootstrap/base.html" %}
{% block content %}
<h1>Example Home</h1>
<ul>
<li><a href="/admin2/">django-admin2</a></li>
<li><a href="/admin/">django.contrib.admin</a> (for reference)</li>
</ul>
{% endblock %}