diff --git a/fet2020/templates/baseform/checkbox.html b/fet2020/templates/baseform/checkbox.html new file mode 100644 index 00000000..3b706281 --- /dev/null +++ b/fet2020/templates/baseform/checkbox.html @@ -0,0 +1,16 @@ + diff --git a/fet2020/templates/baseform/date.html b/fet2020/templates/baseform/date.html new file mode 100644 index 00000000..9a6a843e --- /dev/null +++ b/fet2020/templates/baseform/date.html @@ -0,0 +1,20 @@ + diff --git a/fet2020/templates/baseform/date_time.html b/fet2020/templates/baseform/date_time.html index 1784820e..7935f829 100644 --- a/fet2020/templates/baseform/date_time.html +++ b/fet2020/templates/baseform/date_time.html @@ -5,8 +5,24 @@
{{ field.errors }}
{% endif %} - - + + {% if field.help_text %} {{ field.help_text }} {% endif %} diff --git a/fet2020/templates/baseform/file.html b/fet2020/templates/baseform/file.html new file mode 100644 index 00000000..5a072905 --- /dev/null +++ b/fet2020/templates/baseform/file.html @@ -0,0 +1,13 @@ + diff --git a/fet2020/templates/baseform/password.html b/fet2020/templates/baseform/password.html index 729a7aa6..0e9731a0 100644 --- a/fet2020/templates/baseform/password.html +++ b/fet2020/templates/baseform/password.html @@ -5,7 +5,14 @@
{{ field.errors }}
{% endif %} - + {% if field.help_text %} {{ field.help_text }} {% endif %} diff --git a/fet2020/templates/baseform/select.html b/fet2020/templates/baseform/select.html index df69e7bf..ee37c873 100644 --- a/fet2020/templates/baseform/select.html +++ b/fet2020/templates/baseform/select.html @@ -5,9 +5,14 @@
{{ field.errors }}
{% endif %} - + {% for elem in field %} + {{ elem }} + {% endfor %} diff --git a/fet2020/templates/baseform/text.html b/fet2020/templates/baseform/text.html index 37842bc8..cf407781 100644 --- a/fet2020/templates/baseform/text.html +++ b/fet2020/templates/baseform/text.html @@ -5,7 +5,14 @@
{{ field.errors }}
{% endif %} - + {% if field.help_text %} {{ field.help_text }} {% endif %} diff --git a/fet2020/templates/baseform/textarea.html b/fet2020/templates/baseform/textarea.html new file mode 100644 index 00000000..8f03fcd8 --- /dev/null +++ b/fet2020/templates/baseform/textarea.html @@ -0,0 +1,19 @@ +