diff --git a/core/templates/core/baby_form.html b/core/templates/core/baby_form.html new file mode 100644 index 00000000..f6e47eb6 --- /dev/null +++ b/core/templates/core/baby_form.html @@ -0,0 +1,12 @@ +{% extends 'core/base.html' %} + +{% block title %}Add a Baby{% endblock %} + +{% block content %} +

Add a Baby

+
+ {% csrf_token %} + {{ form.as_p }} + +
+{% endblock %} \ No newline at end of file diff --git a/core/templates/core/base.html b/core/templates/core/base.html index 917e18ab..bd1b2cce 100644 --- a/core/templates/core/base.html +++ b/core/templates/core/base.html @@ -12,7 +12,7 @@