add modal for OAuth Providers showing the URLs

This commit is contained in:
Jens Langhammer
2019-03-20 20:03:28 +01:00
parent 9e46c8bfec
commit 67aa4aef11
4 changed files with 91 additions and 0 deletions

View File

@ -57,6 +57,10 @@
<a class="btn btn-default btn-sm"
href="{{ href }}?back={{ request.get_full_path }}">{% trans name %}</a>
{% endfor %}
{% get_htmls provider as htmls %}
{% for html in htmls %}
{{ html|safe }}
{% endfor %}
</td>
</tr>
{% endfor %}