X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/82c38a77943cf91a084429bf10740edffbd0c195..2f9cb34a07fcd98effda2fa900e48c31813f14c8:/apps/forms_builder/example_project/templates/index.html diff --git a/apps/forms_builder/example_project/templates/index.html b/apps/forms_builder/example_project/templates/index.html new file mode 100644 index 00000000..2ea57d47 --- /dev/null +++ b/apps/forms_builder/example_project/templates/index.html @@ -0,0 +1,21 @@ + + + + {{ form.title }} + + + +

Forms

+ {% for form in forms %} +

{{ form.title }}

+ {% empty %} +

No forms created. Go to the admin to create a form.

+ {% endfor %} + + +