fix language code and remove unnneded charset meta tag
This commit is contained in:
parent
d2c2017748
commit
4c582949f1
1 changed files with 1 additions and 2 deletions
|
@ -2,9 +2,8 @@
|
|||
{% load compress %}
|
||||
{% load i18n %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="{% get_current_language as LANGUAGE_CODE %}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||
<title>c3nav</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue