bridgy-fed/templates/notifications.html

13 wiersze
427 B
HTML

{% extends "user_base.html" %}
{% set tab = "notifications" %}
{% set show_activity_actors = True %}
{% block subtabs %}
<div class="row">
Subscribe:
<a href="{{ user.user_page_path('notifications?format=html') }}">HTML</a>
&middot; <a href="{{ user.user_page_path('notifications?format=atom') }}">Atom</a>
&middot; <a href="{{ user.user_page_path('notifications?format=rss') }}">RSS</a>
</div>
{% endblock subtabs %}