{% extends "base_form.html" %} {% block title %}UCC Registration{% endblock %} {% block content_title %}

Register as a new member for {{ year }}

{% endblock %} {% block tips %} Enter your details, and press "Register" when you are done.
Once your membership has been approved, you will receive an email with further instructions to activate your account. {% endblock %} {% block action_url %}{% url 'memberdb:register' %}{% endblock %} {% block action_text %}Register{% endblock %}