diff --git a/babyblotter/templates/registration/base.html b/babyblotter/templates/registration/base.html index cb6848f3..f59bb391 100644 --- a/babyblotter/templates/registration/base.html +++ b/babyblotter/templates/registration/base.html @@ -1,21 +1,7 @@ +{% extends "babyblotter/base.html" %} {% load static widget_tweaks %} - - - - - - {% block title %}{% endblock %} | Baby Blotter - {% if debug %} - - - {% else %} - - - {% endif %} - - +{% block page %}

Baby Blotter

@@ -24,5 +10,4 @@ {% block content %}{% endblock %}
- - +{% endblock %}