Browse Source

bugfix in base template

Yann Weber 8 years ago
parent
commit
1d2749392f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      plugins/webui/templates/base.html

+ 2
- 2
plugins/webui/templates/base.html View File

@@ -1,5 +1,5 @@
1 1
 <!doctype html>
2
-{% set not_connected = false %> <!-- client.is_anonymous() %} -->
2
+{% set not_connected = false %} <!-- client.is_anonymous() %} -->
3 3
 
4 4
 <html lang="en">
5 5
 <head>
@@ -55,4 +55,4 @@
55 55
     <!-- Include all compiled plugins (below), or include individual files as needed -->
56 56
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
57 57
 </body>
58
-</html>
58
+</html>

Loading…
Cancel
Save