utf-8 templates .gitignore

This commit is contained in:
Philip Sargent
2020-07-27 23:39:55 +01:00
parent a624cc8a68
commit 57b8242f7e
3 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{% autoescape off %}
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
<link rel="stylesheet" type="text/css" href="{{ settings.JSLIB_URL }}jquery-ui/css/smoothness/jquery-ui.css" />