Skip to content
Snippets Groups Projects
Commit c7710237 authored by Olimpia Magliulo's avatar Olimpia Magliulo
Browse files

Add translation filter in loginpage

parent e99345de
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% extends "@core/base.twig" %} {% extends "@core/base.twig" %}
{% block content %} {% block content %}
<h1>{{ pagetitle }}</h1> <h1>{{ pagetitle|trans }}</h1>
<p>Please choose one of the following authentication methods: </p> <p>Please choose one of the following authentication methods: </p>
{% if sources is empty -%} {% if sources is empty -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment