diff --git a/frontend/templates/faq.html b/frontend/templates/faq.html
index 2b95c965..2711c4ca 100644
--- a/frontend/templates/faq.html
+++ b/frontend/templates/faq.html
@@ -119,7 +119,7 @@ If you believe you are a rights holder and would like to your works to be unglue
- I forgot my password. What do I do?
-
-Click on this forgot your password link (you can also find it at the bottom of the sign in page). Enter the email address you use for your account and we'll send you an email to help you reset your password.
+Click on this forgot your password link (you can also find it at the bottom of the sign in page). Enter the email address you use for your account and we'll send you an email to help you reset your password.
- I never received an activation email after I signed up, or my activation email isn't working. What do I do?
diff --git a/urls.py b/urls.py
index eec8baee..e8eac9fb 100755
--- a/urls.py
+++ b/urls.py
@@ -26,6 +26,7 @@ urlpatterns = [
# questionnaire urls
url(r'^survey/', include('regluit.questionnaire.urls')),
# sitemaps
- url(r'^sitemap\.xml$', index, {'sitemaps': sitemaps}),
+ url(r'^sitemap\.xml$', index, {'sitemaps': sitemaps},
+ name='django.contrib.sitemaps.views.sitemap'),
url(r'^sitemap-(?P.+)\.xml$', sitemap, {'sitemaps': sitemaps}),
]