Fixes related to servlet-context
This commit is contained in:
parent
b7ddc0a443
commit
ea89e37d77
2 changed files with 13 additions and 5 deletions
|
|
@ -1,9 +1,15 @@
|
|||
{% extends "base.html" %}
|
||||
{% block big-links %}
|
||||
<div class="big-link-container">
|
||||
<a href="{{servlet-context}}/profile" class="big-link" id="profile-link">Your profile</a>
|
||||
<a href="{{servlet-context}}/profile"
|
||||
class="big-link" id="profile-link">Your profile</a>
|
||||
</div>
|
||||
<div class="big-link-container">
|
||||
<a href="{{servlet-context}}/app" class="big-link" id="app-link">App</a>
|
||||
<a href="{{servlet-context}}/app"
|
||||
class="big-link" id="app-link">App</a>
|
||||
</div>
|
||||
<div class="big-link-container">
|
||||
<a href="https://steamie.projecthope.scot/"
|
||||
class="big-link" id="app-link">Steamie</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue