fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix for toc events
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
forms
/
form_detail.html
1
{% extends form.base_template|default:"base.html" %}
2
{% load forms_builder_tags %}
3
{% load title %}
4
5
{% block settings %}
6
{% title form.title %}
7
{% endblock %}
8
9
{% block main %}
10
<div class="page-simple wide">
11
{% render_built_form form %}
12
</div>
13
{% endblock main %}