diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editflatpage.html | 2 | ||||
-rw-r--r-- | templates/expobase.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/editflatpage.html b/templates/editflatpage.html index 0ac5506..606a47c 100644 --- a/templates/editflatpage.html +++ b/templates/editflatpage.html @@ -1,7 +1,7 @@ {% extends "expobase.html" %} {% block title %}Edit {{ path }}{% endblock %} {% block extrahead %} -{% load csrffaker %} + <!--<script src="{{ settings.TINY_MCE_MEDIA_URL }}tiny_mce.js" type="text/javascript"></script>--> <!-- <script type="text/javascript"> tinyMCE.init({ mode : "textareas" }); </script>--> {% endblock %} diff --git a/templates/expobase.html b/templates/expobase.html index 5cadb61..972a3ee 100644 --- a/templates/expobase.html +++ b/templates/expobase.html @@ -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" /> {% block extrahead %}{% endblock %} |