Explorar o código

Added | safe filter to prevent escaping characters in the css

deadtom hai 1 semana
pai
achega
b8657e2728
Modificáronse 1 ficheiros con 1 adicións e 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() {