Revision d17392b7
Added by Serghei Mihai over 9 years ago
| corbo/templates/corbo/subscription_confirm_delete.html | ||
|---|---|---|
|
|
||
|
{% block content %}
|
||
|
<div class="unsubscription">
|
||
|
{% blocktrans with object.category as category and object.identifier as identifier %}
|
||
|
{% blocktrans with object.category as category and object.get_identifier_display as identifier %}
|
||
|
Are you sure you want to unsubscribe {{ identifier }} from "{{ category }}"?
|
||
|
{% endblocktrans %}
|
||
|
<form method='POST'>
|
||
Also available in: Unified diff
don't show identifier's scheme on unsubscription page (#12544)