Renames custom template tags file

This commit is contained in:
Mouse Reeve
2020-12-12 18:25:04 -08:00
parent 2b3daa0227
commit 1e08eeb4c2
34 changed files with 34 additions and 34 deletions

View File

@ -1,4 +1,4 @@
{% load fr_display %}
{% load bookwyrm_tags %}
{% with status.id|uuid as uuid %}
<form name="boost" action="/boost/{{ status.id }}" method="post" onsubmit="return interact(event)" class="boost-{{ status.id }}-{{ uuid }} {% if request.user|boosted:status %}hidden{% endif %}" data-id="boost-{{ status.id }}-{{ uuid }}">
{% csrf_token %}