Servlet-context fixes
This commit is contained in:
parent
3463292e3c
commit
b7ddc0a443
9 changed files with 9 additions and 16 deletions
|
|
@ -5,7 +5,7 @@
|
|||
{% block big-links %}
|
||||
{% for role in roles %}
|
||||
<div class="big-link-container">
|
||||
<a href="roles/{{role.link|lower}}" class="big-link" id="big-link">{{role.name}}</a>
|
||||
<a href="{{servlet-context}}/roles/{{role.link|lower}}" class="big-link" id="big-link">{{role.name}}</a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue