Fixes bug in remote user absolute_id generator
This commit is contained in:
parent
787aa4691d
commit
67661274a6
3 changed files with 7 additions and 6 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue