git.ithinksw.org
/
philo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Splitting models into submodules beside models.base.
[philo.git]
/
templates
/
admin
/
philo
/
page
/
add_form.html
1
{% extends "admin/change_form.html" %}
2
{% load i18n %}
3
4
{% block form_top %}
5
<p>{% trans "First, choose a template. After saving, you'll be able to provide additional content for containers." %}</p>
6
<input type="hidden" name="_continue" value="1" />
7
{% endblock %}
8
9
{% block content %}
10
{% with 0 as save_on_top %}
11
{{ block.super }}
12
{% endwith %}
13
{% endblock %}