Skip to content
Snippets Groups Projects
Commit 0d85a139 authored by Dennis Baurichter's avatar Dennis Baurichter
Browse files

Web interface: s/Verfügbar/Verfügbare Ordnerkopien/ for clarification

parent d8fa8241
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ von insgesamt ${results.total_count}.
<th>Prüfer</th>
<th>Datum</th>
<th>Ordner</th>
<th>Verfügbar</th>
<th>Verfügbare Ordnerkopien</th>
</tr>
% for item in results.items:
<tr>
......
......@@ -31,7 +31,7 @@
<td>${folder.area}</td>
</tr>
<tr>
<th>Verfügbar</th>
<th>Verfügbare Ordnerkopien</th>
<td>
${"keine" if len(avail)<1 else ", ".join(sorted(avail))}
</tr>
......
......@@ -37,7 +37,7 @@ Ausführung), von denen gerade ${len(openFolders)} ausgeliehen sind.
<th>Veranstaltungen</th>
<th>Prüfer</th>
<th>Datumsspanne</th>
<th>Verfügbar</th>
<th>Verfügbare Ordnerkopien</th>
</tr>
% for gid,ids in sorted(visibleGroups.items(), key=lambda k: locale.strxfrm(allFolders[list(k[1])[0]].display_title)):
<%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment