Added translation tags.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{% extends 'global.html'%}
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
||||
# {% block title %}{% translate 'Create Place' %}{% endblock %}
|
||||
|
||||
|
@@ -1,5 +1,6 @@
|
||||
{% extends 'global.html'%}
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{% tranlate 'Lost Place Deletion' %}{% endblock %}
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{% extends 'global.html'%}
|
||||
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
||||
{% load thumbnail %}
|
||||
{% load svg_icon %}
|
||||
|
||||
|
@@ -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">
|
||||
|
@@ -1,5 +1,6 @@
|
||||
{% extends 'global.html'%}
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
||||
# {% block title %}{% translate 'Update place' %}{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user