root / corbo / templates / corbo / unsubscription_done.html @ d0bd7a5a
1 |
{% extends "corbo/unsubscription.html" %} |
---|---|
2 |
{% load i18n %} |
3 |
|
4 |
{% block title %} |
5 |
{% trans "Successfully unsubscription" %} |
6 |
{% endblock %} |
7 |
|
8 |
{% block content %} |
9 |
{{ object }} |
10 |
<div class="unsubscription">{% trans "You were successfully unsubscribed." %}</div> |
11 |
{% endblock %} |
- « Previous
- 1
- …
- 12
- 13
- 14
- Next »