diff sat_templates/templates/default/event/admin.html @ 231:aa37750c2617

theme (default): various fixes: - added missing </tr> in event/admin.html - fixed used of identities - uses `class` from kwargs in input/field.html
author Goffi <goffi@goffi.org>
date Tue, 19 May 2020 00:04:47 +0200
parents f7d6ae06c42f
children 40fccd3b7cf0
line wrap: on
line diff
--- a/sat_templates/templates/default/event/admin.html	Tue May 19 00:02:34 2020 +0200
+++ b/sat_templates/templates/default/event/admin.html	Tue May 19 00:04:47 2020 +0200
@@ -33,6 +33,7 @@
                 <th>{% trans %}name{% endtrans %}</th>
                 <th>{% trans %}coming?{% endtrans %}</th>
                 <th>{% trans %}guests{% endtrans %}</th>
+            </tr>
             {% for name, data in invitees.items() %}
                 <tr>
                     <td>{{name}}</td>