templates: set document type to html, prevent quicks mode
This commit is contained in:
		@ -1,3 +1,4 @@
 | 
			
		||||
{% load static i18n thumbnail aircox %}<!doctype html>
 | 
			
		||||
{% comment %}
 | 
			
		||||
Base website template. It displays various elements depending on context
 | 
			
		||||
variables.
 | 
			
		||||
@ -10,8 +11,6 @@ Usefull context:
 | 
			
		||||
- sidebar_url_name: url name sidebar item complete list
 | 
			
		||||
- sidebar_url_parent: parent page for sidebar items complete list
 | 
			
		||||
{% endcomment %}
 | 
			
		||||
{% load static i18n thumbnail aircox %}
 | 
			
		||||
 | 
			
		||||
<html>
 | 
			
		||||
    <head>
 | 
			
		||||
        <meta charset="utf-8" />
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user