diff --git a/cards/templates/cards/_form.html b/cards/templates/cards/_form.html index cb1fb16..d261c8e 100644 --- a/cards/templates/cards/_form.html +++ b/cards/templates/cards/_form.html @@ -3,7 +3,7 @@
{% else %} {# Create: insert the returned card into the grid, and let the view also send an OOB form fragment to replace the form container when needed #} - + {% endif %} {% csrf_token %} {{ form.non_field_errors }} diff --git a/db.sqlite3 b/db.sqlite3 index fd50e69..22e0f36 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/templates/cards/_form.html b/templates/cards/_form.html index 6203f9a..050cd9f 100644 --- a/templates/cards/_form.html +++ b/templates/cards/_form.html @@ -2,7 +2,7 @@ {% if card %} {% else %} - + {% endif %} {% csrf_token %} {{ form.non_field_errors }}