remove mor charset and fix more lang attributes

This commit is contained in:
Laura Klünder 2017-10-30 15:54:03 +01:00
parent 4fa232d2d5
commit 271fc5e715
2 changed files with 1 additions and 3 deletions

View file

@ -8,7 +8,6 @@
{% block meta %}
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="robots" content="NONE,NOARCHIVE" />
{% endblock %}

View file

@ -2,9 +2,8 @@
{% load compress %}
{% load i18n %}
<!DOCTYPE html>
<html lang="en">
<html lang="{{ 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>{% trans 'c3nav map editor' %}</title>