diff --git a/aleksis/apps/paweljong/templates/paweljong/event/full.html b/aleksis/apps/paweljong/templates/paweljong/event/full.html index 43e25668c3d00cd72c10185eb9790a48b8572311..341236db8c76a7afb2897c03ab6b7dcfadf08a04 100644 --- a/aleksis/apps/paweljong/templates/paweljong/event/full.html +++ b/aleksis/apps/paweljong/templates/paweljong/event/full.html @@ -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>