Tweak wording on password help to be method-agnostic.

(imported from commit 1037df705ce599f6f62345a6f6619b2e428912ff)
This commit is contained in:
Luke Faraone
2013-11-21 23:36:34 -05:00
parent 8919ebe6b2
commit e711b8160a

View File

@@ -57,7 +57,7 @@ Form is validated both client-side using jquery-validate (see signup.js) and ser
value="{% if form.password.value %}{{ form.password.value }}{% endif %}" value="{% if form.password.value %}{{ form.password.value }}{% endif %}"
maxlength="100" /> maxlength="100" />
{% if full_name %} {% if full_name %}
<span class="help-inline">This is used for mobile applications and other tools that don't support Google Apps authentication.</span> <span class="help-inline">This is used for mobile applications and other tools that require a password.</span>
{% endif %} {% endif %}
{% if form.password.errors %} {% if form.password.errors %}
{% for error in form.password.errors %} {% for error in form.password.errors %}