Skip to content
Snippets Groups Projects
Commit 8003b1cf authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Add missing twig template for authsource list in old core module

Closes: #1217
parent ef273bd0
No related branches found
No related tags found
Loading
{% set pagetitle = 'Test Authentication Sources'|trans %}
{% extends "base.twig" %}
{% block content %}
<h2>{{ pagetitle }} </h2>
<ul>
{% for key, name in sources %}
<li><a href="?as={{ name|escape('url') }}">{{ name }}</a></li>
{% endfor %}
</ul>
{% endblock %}
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