mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Fixes to notifications template
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
{% load taglinks %}
|
{% load taglinks %}
|
||||||
|
|
||||||
{% block title %}
|
{% block title %}
|
||||||
Brutaldon - {{ timeline }} timelime
|
Brutaldon - Notifications timelime
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% comment %}
|
{% comment %}
|
||||||
@@ -21,7 +21,7 @@ mastodon.notifications()[0]
|
|||||||
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 class="title">Your {{ timeline }} timeline</h1>
|
<h1 class="title">Your notifications timeline</h1>
|
||||||
{% for note in notes %}
|
{% for note in notes %}
|
||||||
{% if note.type == 'mention' %}
|
{% if note.type == 'mention' %}
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user