We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71665a1 commit 51cae4eCopy full SHA for 51cae4e
lnt/server/ui/templates/layout.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8"/>
5
6
- <script>var lnt_url_base="{{ url_for('.index', _external=True) }}".replace(/\/$/, "");</script>
+ <script>var lnt_url_base="{{ url_for('.index', _external=False) }}".replace(/\/$/, "");</script>
7
<link href="{{ url_for('.static', filename='bootstrap/css/bootstrap.min.css')
8
}}" rel="stylesheet" media="screen"/>
9
<link href="{{ url_for('.static', filename='bootstrap/css/bootstrap-responsive.min.css')
0 commit comments