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

@@ -2,9 +2,13 @@
{% load staticfiles %}
{% load rowerfilters %}
{% block meta %}
{% endblock %}
{% block title %}Planned Session{% endblock %}
{% block content %}
<div class="grid_12 alpha">
{% include "planningbuttons.html" %}
@@ -99,4 +103,8 @@
</div>
</div>
{% endblock %}
{% block scripts %}
{% endblock %}