Private
Public Access
1
0

added age verification and improvements on plannedsession

This commit is contained in:
Sander Roosendaal
2018-02-13 13:40:08 +01:00
parent 5f287b9ccd
commit fd9388402a
9 changed files with 157 additions and 46 deletions

View File

@@ -1,5 +1,8 @@
{% extends "base.html" %}
{% block title %}Contact Us{% endblock title %}
{% block title %}Contact Us{% endblock title %}
{% block meta %}
{% endblock %}
{% block content %}
<div id="registrationform" class="grid_6 alpha">
@@ -10,8 +13,8 @@
{% endif %}
<form enctype="multipart/form-data" action="" method="post">
{% csrf_token %}
<table width=100%>
{% csrf_token %}
<table width=100%>
{{ form.as_table }}
</table>
<div class="grid_1 alpha">
@@ -28,4 +31,4 @@
<p> Registration is free. </p>
</div>
{% endblock content %}