Fixes bug in remote user absolute_id generator

This commit is contained in:
Mouse Reeve
2020-03-10 11:23:23 -07:00
parent 787aa4691d
commit 67661274a6
3 changed files with 7 additions and 6 deletions

View File

@ -9,7 +9,7 @@
<button type="submit">Delete notifications</button>
</form>
{% for notification in notifications %}
<div>
<div class="notification{% if not notification.read %}unread{% endif %}">
<p>
{% if notification.notification_type == 'FAVORITE' %}
{% include 'snippets/username.html' with user=notification.related_user %}