header page modification

changed the name to Repository. This closes #61.
This commit is contained in:
mb
2020-07-24 11:56:29 +02:00
parent 3c582bca5c
commit 96b53493e7
2 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ THEME_HEADER_LOGIN_TEMPLATE = 'invenio_theme_tugraz/accounts/header_login.html'
THEME_FOOTER_TEMPLATE = 'invenio_theme_tugraz/footer.html' THEME_FOOTER_TEMPLATE = 'invenio_theme_tugraz/footer.html'
"""footer template""" """footer template"""
THEME_FRONTPAGE_TITLE = _('Frontpage Title') THEME_FRONTPAGE_TITLE = _('TU Graz Repository')
"""Frontpage title.""" """Frontpage title."""
THEME_SITENAME = _('Repository') THEME_SITENAME = _('Repository')

View File

@@ -46,13 +46,13 @@
</div> </div>
</div> </div>
<div class="short-menu-right"> <div class="short-menu-right">
{# <div class="short-menu-right-h"> onclick="toggleVisibility('heading');"> #}
{%- block navbar_right %} {%- block navbar_right %}
{%- include config.THEME_HEADER_LOGIN_TEMPLATE %} {%- include config.THEME_HEADER_LOGIN_TEMPLATE %}
{%- endblock navbar_right %} {%- endblock navbar_right %}
</div> </div>
</div>
</div> </div>
<!----END MENU-------------------------------------------------------------> <!----END MENU------------------------------------------------------------->
@@ -62,7 +62,7 @@
<div class="affiliation-text"> <div class="affiliation-text">
<a title="RDM" href="{{url_for('invenio_theme_tugraz.index')}}"> <a title="RDM" href="{{url_for('invenio_theme_tugraz.index')}}">
TU Graz TU Graz
<br>{{_ ("Research Data Management")}} <br>{{_ ("Repository")}}
</a> </a>
</div> </div>