Skip to content

Properly use Django templating system.

Johan Bloemberg requested to merge templates into mapwebsite

Django templating system aggregated all template directories and merges their content, overlaying higher level templates with lower (system/default) templates according to configuration. Every app can contain a template directory which is merged into the global template system, hence we duplicate the app name inside the template directory.

Merge request reports