Skip to content
Snippets Groups Projects
Commit 573eda0d authored by Bertrand Marron's avatar Bertrand Marron
Browse files

Add missing $ at the end of the MKTG URLs

parent 08637338
No related merge requests found
......@@ -152,7 +152,7 @@ for key, value in settings.MKTG_URL_LINK_MAP.items():
# Make the assumption that the URL we want is the lowercased
# version of the map key
urlpatterns += (url(r'^%s' % key.lower(),
urlpatterns += (url(r'^%s$' % key.lower(),
'static_template_view.views.render',
{'template': template}, name=value),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment