Private
Public Access
1
0

initial multi clone functionality

This commit is contained in:
Sander Roosendaal
2018-02-18 12:15:51 +01:00
parent d45b674a15
commit 7badc03935
17 changed files with 412 additions and 10 deletions

View File

@@ -205,6 +205,13 @@
<p>&nbsp;</p>
{% endif %}
</div>
<div class="grid_1 tooltip">
{% if user.is_authenticated %}
<p><a class="button gray small" href="/rowers/sessions/">Plans</a></p>
{% else %}
<p>&nbsp;</p>
{% endif %}
</div>
<div class="grid_2 tooltip">
{% if user.is_authenticated %}
<p>
@@ -219,13 +226,6 @@
{% block teams %}
{% endblock %}
</div>
<div class="grid_1 tooltip">
{% if user.is_authenticated %}
<p><a class="button gray small" href="/rowers/sessions/">Plans</a></p>
{% else %}
<p>&nbsp;</p>
{% endif %}
</div>
<div class="grid_1 tooltip">
{% block challenges %}
{% endblock %}