a bit more logic navigating the training planning functions
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
|
||||
{% endif %}
|
||||
</p>
|
||||
<p>
|
||||
Login <em>{{ rower.user }}</em>
|
||||
</p>
|
||||
{% if userform.errors %}
|
||||
<p style="color: red;">
|
||||
Please correct the error{{ form.errors|pluralize }} below.
|
||||
@@ -26,7 +29,7 @@
|
||||
{% endif %}
|
||||
{% if accountform.errors %}
|
||||
<p style="color: red;">
|
||||
|
||||
|
||||
</p>
|
||||
{% endif %}
|
||||
<form enctype="multipart/form-data" action="" method="post">
|
||||
|
||||
Reference in New Issue
Block a user