fix language code and remove unnneded charset meta tag

This commit is contained in:
Laura Klünder 2017-10-30 15:50:44 +01:00
parent d2c2017748
commit 4c582949f1

View file

@ -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>