mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Fix rare crash in notifications
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
{% load taglinks %}
|
{% load taglinks %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
|
{% if toot %}
|
||||||
{% if active %}
|
{% if active %}
|
||||||
<article id="toot-{{toot.id}}" class="media box active-context">
|
<article id="toot-{{toot.id}}" class="media box active-context">
|
||||||
{% else %}
|
{% else %}
|
||||||
@@ -233,3 +233,4 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="media-right"></div>
|
<div class="media-right"></div>
|
||||||
</article>
|
</article>
|
||||||
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user