networks: i18n: Mark string for translation on delete page

Helps: #1938.

Signed-off-by: Fioddor Superconcentrado <fioddor@gmail.com>
[sunil: Don't split the string into two, mark it in full]
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Fioddor Superconcentrado 2020-10-07 12:34:04 +02:00 committed by Sunil Mohan Adapa
parent b1f64bb7bd
commit 67edecb8ab
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -20,7 +20,7 @@
{% csrf_token %}
<input type="submit" class="btn btn-md btn-danger"
value="Delete {{ name }}"/>
value="{% blocktrans %}Delete {{ name }}{% endblocktrans %}"/>
</form>
{% endblock %}