Add doctype
This commit is contained in:
parent
0a647ffff9
commit
72ab23b21a
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{% load staticfiles i18n%}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang={{language}}>
|
||||
|
||||
<head>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue