[GeoNode-users] Geonode at 2.9.0 Docker Installation CentOS - Templates

Julierme Pinheiro juliermeopensourcedeveloper at gmail.com
Fri Aug 24 09:50:22 PDT 2018


Hi GeoNode users and developers,

I have site_index.html, site_base_html and site_base.css ready to use in a
GeoNode at 2.9.0 instance installed via Docker in a CentOS virtual server.
According to the structure bellow, the index.html is extended by making
changes in site_index.html. I changed GeoNode to Geo in the default
site_index.html jumbotron, but did not see the change making any effect to
the index.html. Could someone tell me if there is anything else to take to
consideration besides just changing the site_index.html?
Thank you very much for your time in advance.

Kind regards

Julierme

|{% extends 'master_index.html' %}

|./geonode/geonode/contrib/geosites/site_template/templates/site_index.html
site_index.html
        |
        |./geonode/geonode/contrib/geosites/templates/master_index.html
        |------------> master_index.html
                          |{% extends 'index.html' %}
                          |./geonode/geonode/templates/index.html
                          |------------------> index.html
                                                   |{% extends
'geonode_base.html' %}

|./geonode/geonode/base/templates/geonode_base.html
                                                   |-------->
geonode.base.html
                                                               |{% extends
'base.html' %}

|./geonode/geonode/templates/base.html

|---------->base.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20180824/469a5cc0/attachment.html>


More information about the geonode-users mailing list