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,7 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
{% get_current_language as LANGUAGE_CODE %}
|
||||
<html lang="{{ LANGUAGE_CODE }}">
|
||||
{% load static %}
|
||||
{% load top_tags %}
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue