diff --git a/core/templates/register_user.html b/core/templates/register_user.html index c2e2f83..188953c 100644 --- a/core/templates/register_user.html +++ b/core/templates/register_user.html @@ -6,6 +6,10 @@ {% block nav %} {% endblock %} +{% block sidebar %} + +{% endblock sidebar %} + {% block content %} {% if messages %} @@ -19,85 +23,79 @@ {% endfor %} {% endif %}