Skip to content
Snippets Groups Projects
Commit 469369fb authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix icon names

parent 4454af2b
No related branches found
No related tags found
1 merge request!7Fix icon names
Pipeline #56292 failed
......@@ -27,23 +27,23 @@
<table>
<tr>
<td><i class="material-icons small">calendar</i></td>
<td><i class="material-icons small">event</i></td>
<td>{{ event.date_event }}</td>
<td><i class="material-icons small">map-marker</i></td>
<td><i class="material-icons small">location_on</i></td>
<td>{{ event.place }}</td>
</tr>
<tr>
<td><i class="material-icons small">calendar-edit</i></td>
<td><i class="material-icons small">edit_calendar</i></td>
<td colspan="2">{% trans "Registration open until" %}:</td>
<td>{{ event.date_registration }}</td>
</tr>
<tr>
<td><i class="material-icons small">cash-multiple</i></td>
<td><i class="material-icons small">money</i></td>
<td colspan="2">{% trans "Participation fee (all inclusive)" %}</td>
<td>{{ event.cost }}</td>
</tr>
<tr>
<td><i class="material-icons small">account-group</i></td>
<td><i class="material-icons small">group</i></td>
<td>{{ event.linked_group.members.count }}</td>
<td colspan="2">{% trans "of" %} {{ event.max_participants }}</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment