Fixes to notifications template
This commit is contained in:
parent
3390266b29
commit
89584a01e5
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue