mirrors: allow selective auto-rotation

This commit is contained in:
Iain Learmonth 2022-05-01 16:38:41 +01:00
parent 18e046dc42
commit 80890c2127
5 changed files with 25 additions and 34 deletions

View file

@ -19,7 +19,7 @@
<tr>
<td>{{ group.group_name }}</td>
<td>{{ group.description }}</td>
<td>{% if group.eotk %}√{% else %}x{% endif %}</td>
<td>{% if group.eotk %}✅{% else %}❌{% endif %}</td>
<td>{{ group.origins | length }}</td>
<td><a href="{{ url_for("portal.edit_group", group_id=group.id) }}" class="btn btn-primary btn-sm">View/Edit</a></td>
</tr>