1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-08 22:07:55 +00:00

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

This commit is contained in:
Hidden Z 2010-11-07 07:58:25 +00:00
parent 92098bf0c7
commit 0806c2ffb0

View File

@ -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('',