correct link to announcement
This commit is contained in:
parent
4334311509
commit
a059f2cc6a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue