Browse Source

pyi2phosts/urls.py: pass title to "browse" page

pull/1/head
Hidden Z 14 years ago
parent
commit
0806c2ffb0
  1. 3
      pyi2phosts/urls.py

3
pyi2phosts/urls.py

@ -25,6 +25,9 @@ browse_hosts = {
'template_name': 'browse.html', 'template_name': 'browse.html',
'template_object_name': 'host', 'template_object_name': 'host',
'paginate_by': 40, 'paginate_by': 40,
'extra_context': {
'title': settings.SITE_NAME,
}
} }
urlpatterns = patterns('', urlpatterns = patterns('',

Loading…
Cancel
Save