Fixed typo. Added those translations.

This commit is contained in:
2020-10-05 20:31:13 +02:00
parent a976b59732
commit 2e73cb92d4
2 changed files with 15 additions and 5 deletions

View File

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