summaryrefslogtreecommitdiffstats
path: root/templates/authopenid/external_legacy_login_info.html
blob: dda394c7dda9d03a3a7f859d3e28e3a9acef2f35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{% 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">
<<<<<<< HEAD:templates/authopenid/external_legacy_login_info.html
fill in template templates/authopenid/external_legacy_login_info.html
and explain how to change password, recover password, etc.
<!--add info about your external login site here-->
=======
<!--add info about your external login site here-->
{% trans "how to login with password through external login website" %}
>>>>>>> 82d35490db90878f013523c4d1a5ec3af2df8b23:templates/authopenid/external_legacy_login_info.html
</div>
{% endspaceless %}
{% endblock %}