Projet

Général

Profil

Télécharger (243 octets) Statistiques
| Branche: | Tag: | Révision:

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 %}
(11-11/11)