diff --git a/CineSync/templates/includes/footer.html b/CineSync/templates/includes/footer.html new file mode 100644 index 0000000..e69de29 diff --git a/CineSync/templates/includes/form.html b/CineSync/templates/includes/form.html new file mode 100644 index 0000000..e6f62f7 --- /dev/null +++ b/CineSync/templates/includes/form.html @@ -0,0 +1,17 @@ +{% if echo %} +
+{% else %} + +{% endif %} +{% csrf_token %} +{% for field in form.visible_fields %} +
+ + {{ field }} + {% if field.help_text %} +
{{ field.help_text }}
+ {% endif %} +
+ {% endfor %} + +
diff --git a/CineSync/templates/includes/header.html b/CineSync/templates/includes/header.html new file mode 100644 index 0000000..e69de29