diff options
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r-- | module/web/templates/default/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 5e1b2089a..d075fe792 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -49,7 +49,7 @@ <span>{{ user.name }}</span>
</div>
<div class="header_text">
- <a href="logout" id="header_logout">{{ _("Logout") }}</a>
+ <a href="/logout" id="header_logout">{{ _("Logout") }}</a>
</div>
</div>
<div id="speedgraph"></div>
@@ -92,7 +92,7 @@ <div class="block">
<h2 class="block-title">pyLoad</h2>
- asd <br>
+ <a href="/toggle_mobile">{{_("Mobile Version")}}</a> <br>
dsfdsf <br>
sdf dsg <br>
</div>
|