Project

General

Profile

Download (242 Bytes) Statistics
| Branch: | Tag: | Revision:

root / corbo / templates / corbo / unsubscription_done.html @ 83bedd6f

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 sucessfully unsubcribed." %}</div>
10
{% endblock %}
(11-11/11)