Got the library serving on the right URL!
This commit is contained in:
parent
e7432e62a4
commit
35920a256b
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
<img id="nav-icon" src="{{servlet-context}}/img/threelines.png" alt="Menu"/>
|
<img id="nav-icon" src="{{servlet-context}}/img/threelines.png" alt="Menu"/>
|
||||||
<menu id="nav-menu" class="nav">
|
<menu id="nav-menu" class="nav">
|
||||||
<li class=""><a href="{{servlet-context}}/home">Home</a></li>
|
<li class=""><a href="{{servlet-context}}/home">Home</a></li>
|
||||||
<li class=""><a href="{{servlet-context}}/library">Library</a></li>
|
<li class=""><a href="https://library.projecthope.scot/">Library</a></li>
|
||||||
{% if user %}
|
{% if user %}
|
||||||
<li class=""><a href="{{servlet-context}}/roles">Roles</a></li>
|
<li class=""><a href="{{servlet-context}}/roles">Roles</a></li>
|
||||||
<li class=""><a href="{{servlet-context}}/logout">Logout</a></li>
|
<li class=""><a href="{{servlet-context}}/logout">Logout</a></li>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue