diff options
Diffstat (limited to 'templates/personForm.html')
-rw-r--r-- | templates/personForm.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/personForm.html b/templates/personForm.html index 84ee7b7..4577239 100644 --- a/templates/personForm.html +++ b/templates/personForm.html @@ -1,6 +1,6 @@ -{% extends "base.html" %}
-{% block content %}
-
-{{ form }}
-
+{% extends "base.html" %} +{% block content %} + +{{ form }} + {% endblock %}
\ No newline at end of file |