Updates snippets that use rating tags

This commit is contained in:
Mouse Reeve 2022-01-18 12:07:46 -08:00
parent b25fa5a193
commit 3d63509e20
7 changed files with 8 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{% load bookwyrm_tags %}
{% load rating_tags %}
{% load i18n %}
{% load utilities %}
{% load status_display %}

View file

@ -1,4 +1,4 @@
{% load bookwyrm_tags %}
{% load rating_tags %}
{% load markdown %}
{% load i18n %}

View file

@ -1,4 +1,4 @@
{% load bookwyrm_tags %}
{% load rating_tags %}
{% load i18n %}
{% if book %}

View file

@ -1,6 +1,6 @@
{% extends 'embed-layout.html' %}
{% load i18n %}
{% load bookwyrm_tags %}
{% load rating_tags %}
{% load bookwyrm_group_tags %}
{% load markdown %}

View file

@ -1,6 +1,6 @@
{% extends 'lists/layout.html' %}
{% load i18n %}
{% load bookwyrm_tags %}
{% load rating_tags %}
{% load bookwyrm_group_tags %}
{% load markdown %}

View file

@ -1,5 +1,6 @@
{% load i18n %}
{% load bookwyrm_tags %}
{% load rating_tags %}
{% if request.user.is_authenticated %}
<span class="is-sr-only">{% trans "Leave a rating" %}</span>
<div class="block">

View file

@ -1,4 +1,5 @@
{% load bookwyrm_tags %}
{% load rating_tags %}
{% load markdown %}
{% load i18n %}
{% load static %}