summaryrefslogtreecommitdiffstats
path: root/templates/authopenid/external_legacy_login_info.html
blob: 3318499cbffe5faf8feb3111d28a5d6d02f41030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "base_content.html" %}
<!--customize this template-->
{% load i18n %}
{% block title %}{% spaceless %}{% trans "Traditional login information" %}{% endspaceless %}{% endblock %}
{% block content %}
<div class="headNormal">
    {% trans "Traditional login information" %}
</div>
{% spaceless %}
<div class="message">
<!--add info about your external login site here-->
{% blocktrans %}how to login with password through external login website or use {{feedback_url}}{% endblocktrans %}
</div>
{% endspaceless %}
{% endblock %}