Project

General

Profile

Download (243 Bytes) Statistics
| Branch: | Tag: | Revision:
{% extends "corbo/unsubscription.html" %}
{% load i18n %}

{% block title %}
{% trans "Successfully unsubscription" %}
{% endblock %}

{% block content %}
<div class="info">{% trans "You were successfully unsubcribed." %}</div>
{% endblock %}
(10-10/10)