Private
Public Access
1
0

better time switching

This commit is contained in:
Sander Roosendaal
2018-10-29 14:03:27 +01:00
parent 0d8cab48be
commit d201fc90de
6 changed files with 139 additions and 75 deletions

View File

@@ -7,6 +7,8 @@
{% block main %}
<h1>Create Sessions for {{ rower.user.first_name }} {{ rower.user.last_name }}</h1>
<p>{{ timeperiod }}</p>
<ul class="main-content">
<li class="grid_2">
<h1>Plan</h1>
@@ -59,7 +61,8 @@
</li>
<li class="grid_2">
<h1>New Session</h1>
<form enctype="multipart/form-data" action="{{ formloc }}" method="post">
<form enctype="multipart/form-data" action=""
method="post">
{% if form.errors %}
<p style="color: red;">
Please correct the error{{ form.errors|pluralize }} below.