1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00
Files
peeringdb-peeringdb/peeringdb_server/templates/site/profile-change-email.html
Matt Griswold fa85504d71 PR qu20020 branding fixes (#467)
* Qu20020 - Assorted Fixes

- PeeringDB version is missing on the error page footer #432
- Inconsistent page widths #446
- Facility countries show up in different languages #448
- sponsor level in search results #449

* fix tests
2019-04-01 15:01:57 -05:00

33 lines
1.1 KiB
HTML

{% load i18n %}
<div class="editable always panel"
data-edit-target="/verify"
id="form-update-account">
<h3>{% trans "Change email address" %}</h3>
<div class="editable popin help marg-top-15">
{% blocktrans trimmed %}
For speedy validation, it is required that you use a work e-mail address. If you
plan to register your ASN with PeeringDB, it is recommended that you use an email-address
that exists in the ASN's public contact details.
{% endblocktrans %}
</div>
<input type="text"
class="editable string form-control marg-bot-15"
placeholder="{% trans "Email" %}"
data-edit-name="email"
data-edit-type="email"
data-edit-required="yes" />
<input type="password"
class="editable string form-control marg-bot-15"
placeholder="{% trans "Password" %}"
data-edit-name="password"
data-edit-type="password"
data-edit-required="yes" />
<a class="btn btn-default" data-edit-action="submit">{% trans "Change Email" %}</a>
</div>