Added translation tags.

This commit is contained in:
2020-10-01 22:56:44 +02:00
parent e0a0fa29d2
commit 24c2ac8347
8 changed files with 26 additions and 26 deletions

View File

@@ -1,17 +1,17 @@
{% extends 'global.html'%}
{% load static %}
{% block title %}Lost Place Deletion{% endblock %}
{% block title %}{% tranlate 'Lost Place Deletion' %}{% endblock %}
{% block maincontent %}
<form class="LP-Form" method="POST">
<fieldset class="LP-Form__Fieldset">
<legend class="LP-Form__Legend">Delete place</legend>
<legend class="LP-Form__Legend">{% tranlate 'Delete place' %}</legend>
{% csrf_token %}
<div class="LP-Form__Composition">
<div class="LP-Form__Field LP-Form__InfoText">
<p class="LP-Paragraph">Are you sure you want to delete "{{place.name}}"? </p>
<p class="LP-Paragraph">{% tranlate 'Are you sure you want to delete' %} "{{place.name}}"?</p>
</div>
</div>