1
0
Fork 0

Uses correct css paths in embeds

This commit is contained in:
Mouse Reeve 2022-11-17 13:32:05 -08:00
parent 7e10b0cd1f
commit 474da162ba
2 changed files with 5 additions and 4 deletions

View file

@ -5,7 +5,9 @@
{% 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 %}
{% block title %}{% blocktrans trimmed with list_name=list.name owner=list.user.display_name %}
{{ list_name }}, a list by {{owner}}
{% endblocktrans %}{% endblock title %}
{% block content %}
<div class="mt-3">