{% extends "base.html" %}
{% comment %} Hide sidebar {% endcomment %}
{% block sidebar %}{% endblock %}
{%block content %}
{% include "base_form.html" with title='Register as a New Member' action_text='Register'%}
{% endblock %}
{% block action_url %}{% url 'memberdb:register' %}{% endblock %}
{% block action_text %}Register{% endblock %}