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