Private
Public Access
1
0

plannedsessionteamedit

This commit is contained in:
Sander Roosendaal
2018-10-12 17:06:37 +02:00
parent a2c1777c74
commit ab1cba4ccb
3 changed files with 97 additions and 134 deletions

View File

@@ -7,7 +7,7 @@
{% block main %}
<h1>Create Team 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.