Sfoglia il codice sorgente

Added | safe filter to prevent escaping characters in the css

deadtom 2 settimane fa
parent
commit
b8657e2728
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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() {