Skip to content

Commit

Permalink
Fix link for back button
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Jan 24, 2018
1 parent 64a2895 commit 137f9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demonstrator/templates/help.html
Expand Up @@ -38,7 +38,7 @@
</ul>
<ul class="nav pull-right">
<li>
<a href="{{ url_for('index') }}"><i class="icon-arrow-left icon-white"></i> Back</a>
<a href="javascript:history.go(-1)"><i class="icon-arrow-left icon-white"></i> Back</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 137f9d7

Please sign in to comment.