Skip to content

Commit

Permalink
add {{root}} into template
Browse files Browse the repository at this point in the history
	modified:   views/base.tpl
  • Loading branch information
MarrekNozka committed Feb 28, 2014
1 parent 35c2af8 commit d8a9e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/base.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

<h1 class="sideL"><a href="{{root}}">webPWgen</a></h1>
<p class=sideR><span class="sideR">
<a href="/cs/{{length}}">Čeština</a>
<a href="/en/{{length}}">English</a> </span>
<a href="{{root}}cs/{{length}}">Čeština</a>
<a href="{{root}}en/{{length}}">English</a> </span>
</p>
</div>

Expand Down

0 comments on commit d8a9e80

Please sign in to comment.