mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-12 09:58:39 -05:00
Fix rare crash in notifications
This commit is contained in:
parent
ecdaabff33
commit
31c6d0b5f0
@ -4,7 +4,7 @@
|
||||
{% load taglinks %}
|
||||
{% load static %}
|
||||
|
||||
|
||||
{% if toot %}
|
||||
{% if active %}
|
||||
<article id="toot-{{toot.id}}" class="media box active-context">
|
||||
{% else %}
|
||||
@ -233,3 +233,4 @@
|
||||
</div>
|
||||
<div class="media-right"></div>
|
||||
</article>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user