Localize error pages & update lang in html tag
This commit is contained in:
parent
232ac6193a
commit
ff8328b4e3
6 changed files with 63 additions and 24 deletions
|
@ -1,8 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{% load i18n %}
|
||||
{% get_current_language as LANGUAGE_CODE %}
|
||||
<html lang="{{ LANGUAGE_CODE }}">
|
||||
{% load static %}
|
||||
<head>
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="{% trans "Muistox Photo Gallery" %}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue