[GeoNode-users] add static page
Fosco Ventura
foscone at gmail.com
Mon May 8 08:38:03 PDT 2017
Hi,
I am trying to add a static page on geonode project.
I created project.html in <geonode>/<geonode>/templates directory with my
custom content, then I added this line in urls.py:
url(r'^project/$',
TemplateView.as_view(template_name='project.html'),
name='project'),
After rebooting apache2 service I have http://geonodeurl/project/ visible
with header and footer but without custom content.
I don't understand why, can you help me please?
Thanks.
Fosco
--
Fosco
http://studiotypo.it/
http://www.studiotypo.it/fosco/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20170508/e8027a1e/attachment.html>
More information about the geonode-users
mailing list