summaryrefslogtreecommitdiffstats
path: root/templates/authopenid/external_legacy_login_info.html
blob: e2f4713e1f3dfefdb06de5ead0705e1f72836cae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% 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">
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-->
</div>
{% endspaceless %}
{% endblock %}