Added translation tags.

This commit is contained in:
2020-10-01 23:05:34 +02:00
parent 2d2e356f1c
commit 60ad323e7a
9 changed files with 14 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
{% extends 'global.html'%}
{% load static %}
{% load i18n %}
# {% block title %}{% translate 'Create Place' %}{% endblock %}

View File

@@ -1,5 +1,6 @@
{% extends 'global.html'%}
{% load static %}
{% load i18n %}
{% block title %}{% tranlate 'Lost Place Deletion' %}{% endblock %}

View File

@@ -1,6 +1,7 @@
{% extends 'global.html'%}
{% load static %}
{% load i18n %}
{% load thumbnail %}
{% load svg_icon %}

View File

@@ -1,5 +1,6 @@
{% extends 'global.html'%}
{% load static %}
{% load i18n %}
{% block additional_head %}
<link rel="stylesheet" href="{% static 'maps/ol.css' %}" type="text/css">

View File

@@ -1,5 +1,6 @@
{% extends 'global.html'%}
{% load static %}
{% load i18n %}
# {% block title %}{% translate 'Update place' %}{% endblock %}