Renames group tags

This commit is contained in:
Mouse Reeve
2022-01-18 12:30:46 -08:00
parent 33c6e5aabe
commit 95c262c495
11 changed files with 12 additions and 10 deletions

View File

@ -1,7 +1,7 @@
{% extends 'embed-layout.html' %}
{% load i18n %}
{% load rating_tags %}
{% load bookwyrm_group_tags %}
{% load group_tags %}
{% load markdown %}
{% block title %}{% blocktrans with list_name=list.name owner=list.user.display_name %}{{ list_name }}, a list by {{owner}}{% endblocktrans %}{% endblock title %}

View File

@ -1,7 +1,7 @@
{% extends 'lists/layout.html' %}
{% load i18n %}
{% load rating_tags %}
{% load bookwyrm_group_tags %}
{% load group_tags %}
{% load markdown %}
{% block breadcrumbs %}