Procházet zdrojové kódy

Added | safe filter to prevent escaping characters in the css

deadtom před 2 týdny
rodič
revize
b8657e2728
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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() {