added age verification and improvements on plannedsession
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user