Project

General

Profile

« Previous | Next » 

Revision d17392b7

Added by Serghei Mihai over 9 years ago

don't show identifier's scheme on unsubscription page (#12544)

View differences:

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