Ver código fonte

Added | safe filter to prevent escaping characters in the css

deadtom 1 semana atrás
pai
commit
b8657e2728
1 arquivos alterados com 1 adições e 1 exclusões
  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() {