correct link to announcement

This commit is contained in:
Laura Klünder 2017-12-24 18:30:47 +01:00
parent 4334311509
commit a059f2cc6a

View file

@ -20,7 +20,7 @@
<td>{{ announcement.author }}</td>
<td>{{ announcement.active }}</td>
<td>{{ announcement.active_until }}</td>
<td class="button-cell"><a href="{% url 'control.announcements.detail' announcement=user.pk %}">{% trans 'Edit' %}</a></td>
<td class="button-cell"><a href="{% url 'control.announcements.detail' announcement=announcement.pk %}">{% trans 'Edit' %}</a></td>
</tr>
{% endfor %}
</table>