X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/82c38a77943cf91a084429bf10740edffbd0c195..2f9cb34a07fcd98effda2fa900e48c31813f14c8:/redakcja/templates/forms/includes/built_form.html diff --git a/redakcja/templates/forms/includes/built_form.html b/redakcja/templates/forms/includes/built_form.html new file mode 100644 index 00000000..102c1027 --- /dev/null +++ b/redakcja/templates/forms/includes/built_form.html @@ -0,0 +1,18 @@ +{% load bootstrap_tags %} +{% load fnp_markup %} + +

{{ form.title }}

+ +{% if form.intro %} +

{{ form.intro|textile_pl }}

+{% endif %} + + {{ form_for_form.media }} +
+ {% csrf_token %} + {{ form_for_form|as_bootstrap }} + +
+ +