Skip to content

Customizing group/about.html #393

@PitPitoune

Description

@PitPitoune

In ckanext-scheming, the template group/about.html is located on templates/scheming/
The first line is "{% extends "group/about.html" %}"
And plugins.py contents " def about_template(self):
return 'scheming/group/about.html' "

This structure prevents another extension to extends group/about.html,
with the adviced method, I mean. (i.e. a file "my-ext/templates/group/about.html" whose first line is "{% ckan_extends %}")

WIth changing the scheming-extension code, it is possible to let my-ext to work. (if you want we could create a pull request)

Is there another solution ?
(with or without modifying scheming-ext)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions