Private
Public Access
1
0

Templates -> Library in many (all?) places

This commit is contained in:
Sander Roosendaal
2021-02-27 11:41:59 +01:00
parent a4e643452c
commit 6c7eef8a19
5 changed files with 19 additions and 10 deletions

View File

@@ -60,7 +60,7 @@
<th>Edit</th>
<th>Clone</th>
<th>Delete</th>
<th>Template</th>
<th>Library</th>
</tr>
</thead>
<tbody>
@@ -90,7 +90,7 @@
<a class="small" href="/rowers/sessions/{{ ps.id }}/deleteconfirm/">Delete</a>
</td>
<td>
<a class="small" href="/rowers/sessions/{{ ps.id }}/maketemplate/">Save</a>
<a class="small" href="/rowers/sessions/{{ ps.id }}/maketemplate/">Save to Library</a>
</td>
</tr>
{% endfor %}
@@ -98,7 +98,7 @@
</table>
</li>
<li class="grid_2">
<h1>Templates</h1>
<h1>Session Library</h1>
<p>
Click on session name to clone to current period
</p>