Skip to content

Commit

Permalink
webterminal url redirect bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy201602 committed Jun 30, 2018
1 parent b6fd395 commit 2a99cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<header class="main-header">
<!-- Logo -->
<a href="index2.html" class="logo">
<a href="{%url 'index' %}" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><b>{%trans 'W' %}</b>{%trans 'T' %}</span>
<!-- logo for regular state and mobile devices -->
Expand Down

0 comments on commit 2a99cd4

Please sign in to comment.