Explorar el Código

Added | safe filter to prevent escaping characters in the css

deadtom hace 2 semanas
padre
commit
b8657e2728
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ownchatbot/templates/list.html

+ 1 - 1
ownchatbot/templates/list.html

@@ -6,7 +6,7 @@
     <meta http-equiv="refresh" content="10">
     <title>Today's to-do List</title>
     <style>
-        {{ css }}
+        {{ css | safe }}
     </style>
     <script>
       function refreshPage() {