diff --git a/pyi2phosts/urls.py b/pyi2phosts/urls.py index c041c4a..c5618cc 100644 --- a/pyi2phosts/urls.py +++ b/pyi2phosts/urls.py @@ -25,6 +25,9 @@ browse_hosts = { 'template_name': 'browse.html', 'template_object_name': 'host', 'paginate_by': 40, + 'extra_context': { + 'title': settings.SITE_NAME, + } } urlpatterns = patterns('',