Private
Public Access
1
0

updated paid plans page

This commit is contained in:
Sander Roosendaal
2019-02-22 18:59:41 +01:00
parent fb2d193ed5
commit 631164f4ef
6 changed files with 32 additions and 22 deletions

View File

@@ -4,6 +4,11 @@
{% block main %}
<h1>Import and Export Settings for {{ rower.user.first_name }} {{ rower.user.last_name }}</h1>
{% if user.rower.rowerplan == 'basic' %}
The auto import and export settings only work on <a href="/rowers/paidplans/">a paid plan</a>.
{% endif %}
{% if form.errors %}
<p style="color: red;">
Please correct the error{{ form.errors|pluralize }} below.