Skip to content

Commit

Permalink
Global front page: fix link to new ill request
Browse files Browse the repository at this point in the history
Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
  • Loading branch information
PascalRepond committed Jun 20, 2022
1 parent e683906 commit fba38b3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h5>Su RERO+</h5>
{% if current_i18n.language == 'en' %}
<h5>Useful links</h5>
<ul class="list-unstyled">
<li><a href="/ill_requests/create/">Interlibrary loan request</a></li>
<li><a href="/ill_requests/new">Interlibrary loan request</a></li>
<li><a href="/help/public/#sinscrire">How to register</a></li>
</ul>
<h5>Other catalogues</h5>
Expand All @@ -87,7 +87,7 @@ <h5>Other catalogues</h5>
{% if current_i18n.language == 'fr' %}
<h5>Liens utiles</h5>
<ul class="list-unstyled">
<li><a href="/ill_requests/create/">Demande de prêt entre bibliothèque</a></li>
<li><a href="/ill_requests/new">Demande de prêt entre bibliothèque</a></li>
<li><a href="/help/public/#sinscrire">Comment s'inscrire</a></li>
</ul>
<h5>Autres catalogues</h5>
Expand All @@ -102,7 +102,7 @@ <h5>Autres catalogues</h5>
{% if current_i18n.language == 'de' %}
<h5>Nützliche Links</h5>
<ul class="list-unstyled">
<li><a href="/ill_requests/create/">Fernleihbestellung</a></li>
<li><a href="/ill_requests/new">Fernleihbestellung</a></li>
<li><a href="/help/public/#sinscrire">So registrieren Sie sich</a></li>
</ul>
<h5>Andere Kataloge</h5>
Expand All @@ -117,7 +117,7 @@ <h5>Andere Kataloge</h5>
{% if current_i18n.language == 'it' %}
<h5>Link utili</h5>
<ul class="list-unstyled">
<li><a href="/ill_requests/create/">Richiesta di prestito interbibliotecario</a></li>
<li><a href="/ill_requests/new">Richiesta di prestito interbibliotecario</a></li>
<li><a href="/help/public/#sinscrire">Come registrarsi</a></li>
</ul>
<h5>Altri cataloghi</h5>
Expand Down

0 comments on commit fba38b3

Please sign in to comment.