Skip to content

Commit 159b5da

Browse files
committed
Fixed a broken mailto link on the account edit page.
- Legacy-Id: 15246
1 parent fd56cfd commit 159b5da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/registration/edit_profile.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1>Profile for {{ user.username }}</h1>
3030
dagger symbol &dagger; next to it, or listed on your
3131
<a href="{% url 'ietf.community.views.view_list' user.username %}">notification subscription page</a>. Most of this
3232
information can be edited or removed on these page. There are some exceptions, such
33-
as photos, which currently require an email to <a href="mailto:ietf-action@ietf.org">the Secretariat</a>
33+
as photos, which currently require an email to <a href="mailto:{{settings.SECRETARIAT_TICKET_EMAIL}}">the Secretariat</a>
3434
if you wish to update or remove the information.
3535

3636
</p>
@@ -94,7 +94,7 @@ <h1>Profile for {{ user.username }}</h1>
9494
<label class="col-sm-2 control-label">Nomcom Eligible</label>
9595
<div class="col-sm-1 form-control-static">{{person|is_nomcom_eligible|yesno:'Yes,No,No'}}</div>
9696
<div class="col-sm-9">
97-
<p class="alert alert-info form-control-static ">This calculation is EXPERIMENTAL.<br/>If you believe it is incorrect, make sure you've added all the email addresses you've registered for IETF meetings with to the list below.<br/>If you've done so and the calculation is still incorrect, please send a note to <a href="{{settings.SECRETARIAT_TICKET_EMAIL}}">{{settings.SECRETARIAT_TICKET_EMAIL}}</a>.<br/>See <a href="{% url 'ietf.doc.views_doc.document_main' name='rfc3777' %}">RFC 3777</a> for eligibility requirements.</p>
97+
<p class="alert alert-info form-control-static ">This calculation is EXPERIMENTAL.<br/>If you believe it is incorrect, make sure you've added all the email addresses you've registered for IETF meetings with to the list below.<br/>If you've done so and the calculation is still incorrect, please send a note to <a href="mailto:{{settings.SECRETARIAT_TICKET_EMAIL}}">{{settings.SECRETARIAT_TICKET_EMAIL}}</a>.<br/>See <a href="{% url 'ietf.doc.views_doc.document_main' name='rfc3777' %}">RFC 3777</a> for eligibility requirements.</p>
9898
</div>
9999
</div>
100100

0 commit comments

Comments
 (0)