Add doctype

This commit is contained in:
HenryGBC 2017-04-06 21:03:48 -04:30
parent 0a647ffff9
commit 72ab23b21a
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{% load staticfiles i18n%}
<!DOCTYPE html>
<html lang={{language}}>
<head>

View file

@ -1,5 +1,9 @@
{% load staticfiles i18n%}
<html lang="en"><head>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">