mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-21 17:11:06 +00:00
Narrowed is_authenticated check in verfication_modal to only restrict report button
This commit is contained in:
parent
cf753afaa9
commit
cf61279e18
1 changed files with 2 additions and 1 deletions
|
@ -21,9 +21,10 @@ Is that where you'd like to go?
|
|||
<div class="is-flex-grow-1">
|
||||
<a href="{% url 'report-link' link.id %}">{% trans "Report spam" %}</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<button type="button" class="button" data-modal-close>{% trans "Cancel" %}</button>
|
||||
<a href="{{ link.url }}" target="_blank" rel="nofollow noopener noreferrer" noreferrer" class="button is-primary">{% trans "Continue" %}</a>
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue