diff --git a/ttfrog/assets/templates/character_sheet.html b/ttfrog/assets/templates/character_sheet.html index dbe8095..1b39856 100644 --- a/ttfrog/assets/templates/character_sheet.html +++ b/ttfrog/assets/templates/character_sheet.html @@ -143,11 +143,9 @@
-{{ DISABLED }}
-
-{{ c.record }}
+{% for field, msg in c.form.errors.items() %}
+ {{ field }}: {{ msg }}
+{% endfor %}
+
+{{ c.record.class_attributes }}
{% endblock %}
{% block script %}