mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-09 06:18:05 +00:00
pyi2phosts/urls.py: pass title to "browse" page
This commit is contained in:
parent
92098bf0c7
commit
0806c2ffb0
@ -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…
Reference in New Issue
Block a user