portal agent: use template to define publik title (#28118)

This commit is contained in:
Frédéric Péters 2018-11-18 19:35:22 +01:00
parent 00e38a7187
commit e1b20061ae
2 changed files with 6 additions and 1 deletions

View File

@ -162,7 +162,6 @@ $(function() {
}
var sidepage_button = $('#sidepage #applabel');
sidepage_button.text('Publik');
sidepage_button.css('visibility', 'visible');
/* This won't work if portal agent is installed directly in a top domain

View File

@ -16,3 +16,9 @@
{% block more-user-links %}
{% endblock %}
{% block sidepage %}
<div id="sidepage">
<span id="applabel">Publik</span>
</div>
{% endblock %}