Edit links view

This commit is contained in:
Mouse Reeve
2022-01-12 09:52:26 -08:00
parent 2ca41a0b11
commit ebc451fdd2
8 changed files with 100 additions and 11 deletions

View File

@ -22,7 +22,7 @@ Is that where you'd like to go?
{% if request.user.is_authenticated %}
<div class="has-text-right is-flex-grow-1">
<a href="{% url 'report-link' link.added_by.id link.id %}">{% trans "Report spam" %}</button>
<a href="{% url 'report-link' link.added_by.id link.id %}">{% trans "Report spam" %}</a>
</div>
{% endif %}