tags on session create
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user