Fixes related to servlet-context

This commit is contained in:
Simon Brooke 2018-07-22 09:44:58 +01:00
parent b7ddc0a443
commit ea89e37d77
2 changed files with 13 additions and 5 deletions

View file

@ -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&nbsp;profile</a>
<a href="{{servlet-context}}/profile"
class="big-link" id="profile-link">Your&nbsp;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 %}