Private
Public Access
1
0

tags on session create

This commit is contained in:
Sander Roosendaal
2021-02-28 21:12:50 +01:00
parent 54cb8ff821
commit fa42d313b0
5 changed files with 71 additions and 33 deletions

View File

@@ -102,6 +102,17 @@
<p>
Click on session name to clone to current period
</p>
{% if alltags %}
<p>
Click on a tag to filter:
{% for tag in alltags %}
<a href="/rowers/sessions/create/?when={{ timeperiod }}&tag={{ tag }}">{{ tag }}</a>
{% endfor %}
</p>
<p>
<a href="/rowers/sessions/create/?when={{ timeperiod }}">Clear tags</a>
</p>
{% endif %}
<table class="listtable shortpadded" width="80%">
<thead>
<tr>