-
-
-
-
\ No newline at end of file
+
+{% endblock %}
diff --git a/trainingportal/templates/trainingportal/registration.html b/trainingportal/templates/trainingportal/registration.html
index 7bfb8be..66bb66c 100644
--- a/trainingportal/templates/trainingportal/registration.html
+++ b/trainingportal/templates/trainingportal/registration.html
@@ -1,64 +1,9 @@
-
-
-
-
- {# #}
- {% block title %}Register | Training Portal{% endblock %}
-
-
-
- {% load bootstrap3 %}
- {% load static %}
- {% bootstrap_css %}
-{#{% bootstrap_javascript %}#}
-{#{% extends "base.html" %}#}
-{# It is {% now "jS F Y H:i" %} now#}
-{##}
-{# {{ value|add:"2" }}#}
-{##}
-{# {{ data|default:"This is a string literal." }}#}
-{##}
-{# {{ None|default_if_none:"nothing" }}#}
-
-{# {% filter force_escape|upper %}#}
-{# This text will be HTML-escaped, and will appear in all lowercase.#}
-{# {% endfilter %}#}
-
-{#
#}
-{# {% if athlete_list %}#}
-{# {% for athlete in athlete_list %}#}
-{#
{{ athlete.name }}
#}
-{# {% endfor %}#}
-{# {% else %}#}
-{#
Sorry, no athletes in this list.
#}
-{# {% endif %}#}
-{#
#}
-{##}
-{# {% if athlete_list %}#}
-{# Number of athletes: {{ athlete_list|length }}#}
-{# {% elif athlete_in_locker_room_list %}#}
-{# Athletes should be out of the locker room soon!#}
-{# {% else %}#}
-{# No athletes.#}
-{# {% endif %}#}
-
-{# {% if "Hello"|length >= 5 %}#}
-{# You have lots of messages today!#}
-{# {% endif %}#}
-
-{#