mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-16 21:26:33 +00:00
fix template indenting
whoops
This commit is contained in:
parent
1d791d950f
commit
bdb6e4c911
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
{% blocktrans with group_name=notification.related_group.name group_path=notification.related_group.local_path %}
|
{% blocktrans with group_name=notification.related_group.name group_path=notification.related_group.local_path %}
|
||||||
has changed the name of <a href="{{ group_path }}">{{ group_name }}</a>
|
has changed the name of <a href="{{ group_path }}">{{ group_name }}</a>
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% blocktrans with group_name=notification.related_group.name group_path=notification.related_group.local_path %}
|
{% blocktrans with group_name=notification.related_group.name group_path=notification.related_group.local_path %}
|
||||||
has changed the description of <a href="{{ group_path }}">{{ group_name }}</a>
|
has changed the description of <a href="{{ group_path }}">{{ group_name }}</a>
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
|
|
Loading…
Reference in a new issue