fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
local changes from server
[redakcja.git]
/
redakcja
/
templates
/
forms
/
form_detail.html
diff --git a/redakcja/templates/forms/form_detail.html
b/redakcja/templates/forms/form_detail.html
new file mode 100644
(file)
index 0000000..
ecd2ea2
--- /dev/null
+++ b/
redakcja/templates/forms/form_detail.html
@@ -0,0
+1,9
@@
+{% extends "catalogue/base.html" %}
+
+{% block inner_content %}
+
+{% load forms_builder_tags %}
+{% render_built_form form %}
+
+{% endblock %}
+