Skip to content

Commit 3b72993

Browse files
committed
Fixing open-ended URL spec's for liaison app.
- Legacy-Id: 353
1 parent e1e375e commit 3b72993

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/liaisons/urls.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
urlpatterns += patterns('django.views.generic.simple',
1616
(r'^help/$', 'direct_to_template', {'template': 'liaisons/help.html'}),
17-
(r'^help/fields/', 'direct_to_template', {'template': 'liaisons/field_help.html'}),
18-
(r'^help/from_ietf/', 'direct_to_template', {'template': 'liaisons/guide_from_ietf.html'}),
19-
(r'^help/to_ietf/', 'direct_to_template', {'template': 'liaisons/guide_to_ietf.html'}),
17+
(r'^help/fields/$', 'direct_to_template', {'template': 'liaisons/field_help.html'}),
18+
(r'^help/from_ietf/$', 'direct_to_template', {'template': 'liaisons/guide_from_ietf.html'}),
19+
(r'^help/to_ietf/$', 'direct_to_template', {'template': 'liaisons/guide_to_ietf.html'}),
2020
)

0 commit comments

Comments
 (0)