Преглед на файлове

Added | safe filter to prevent escaping characters in the css

deadtom преди 1 седмица
родител
ревизия
b8657e2728
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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() {