X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/82c38a77943cf91a084429bf10740edffbd0c195..2f9cb34a07fcd98effda2fa900e48c31813f14c8:/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 index 00000000..ecd2ea2e --- /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 %} +