Fix rare crash in notifications

This commit is contained in:
Jason McBrayer 2019-11-26 08:48:50 -05:00
parent ecdaabff33
commit 31c6d0b5f0
1 changed files with 2 additions and 1 deletions

View File

@ -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 %}