rophako/rophako/modules/comment/templates/comment/unsubscribed.html

14 lines
357 B
HTML
Raw Normal View History

2014-04-06 22:45:43 +00:00
{% extends "layout.html" %}
{% block title %}Comment Subscriptions{% endblock %}
{% block content %}
<h1>You have been unsubscribed</h1>
The e-mail address <strong>{{ email }}</strong> has been unsubscribed
{% if thread == "*" %}
from all comment threads on this site.
{% else %}
from the comment thread "{{ thread }}".
{% endif %}
{% endblock %}