diff --git a/ietf/liaisons/urls.py b/ietf/liaisons/urls.py index b0a5ddacd..a4afbfef5 100644 --- a/ietf/liaisons/urls.py +++ b/ietf/liaisons/urls.py @@ -1,4 +1,4 @@ -# Copyright The IETF Trust 2007, All Rights Reserved +# Copyright The IETF Trust 2007-2019, All Rights Reserved from django.views.generic import RedirectView, TemplateView @@ -7,7 +7,7 @@ from ietf.utils.urls import url urlpatterns = [ url(r'^help/$', TemplateView.as_view(template_name='liaisons/help.html')), - url(r'^help/fields/$', TemplateView.as_view(template_name='liaisons/field_help.html')), + url(r'^help/fields/$', TemplateView.as_view(template_name='liaisons/field_help.html'), name='liaison-help-fields'), url(r'^help/from_ietf/$', TemplateView.as_view(template_name='liaisons/guide_from_ietf.html')), url(r'^help/to_ietf/$', TemplateView.as_view(template_name='liaisons/guide_to_ietf.html')), url(r'^managers/$', RedirectView.as_view(url='https://www.ietf.org/liaison/managers.html', permanent=True)), diff --git a/ietf/templates/liaisons/edit.html b/ietf/templates/liaisons/edit.html index 5a0f1b618..beec43670 100644 --- a/ietf/templates/liaisons/edit.html +++ b/ietf/templates/liaisons/edit.html @@ -38,7 +38,7 @@ {% if not liaison %}

If you wish to submit your liaison statement by e-mail, then please send it to statements@ietf.org

-

Fields marked with are required. For detailed descriptions of the fields see the field help.

+

Fields marked with are required. For detailed descriptions of the fields see the field help.

{% endif %}
{% csrf_token %}