Add missing .btn to report button

This commit is contained in:
rubenwardy 2023-08-26 19:50:53 +01:00
parent df825a0a84
commit 3f2c7094d9

@ -47,7 +47,7 @@
</a> </a>
{% endif %} {% endif %}
{% if current_user != r.author %} {% if current_user != r.author %}
<a class="float-end btn-secondary btn-sm ms-2" <a class="float-end btn btn-secondary btn-sm ms-2"
title="{{ _('Report') }}" title="{{ _('Report') }}"
href="{{ url_for('report.report', url=r.get_url()) }}"> href="{{ url_for('report.report', url=r.get_url()) }}">
<i class="fas fa-flag me-1"></i> <i class="fas fa-flag me-1"></i>