summaryrefslogtreecommitdiffstats
path: root/templates/personForm.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/personForm.html')
-rw-r--r--templates/personForm.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/personForm.html b/templates/personForm.html
new file mode 100644
index 0000000..84ee7b7
--- /dev/null
+++ b/templates/personForm.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% block content %}
+
+{{ form }}
+
+{% endblock %} \ No newline at end of file