kapt-labs / django-check-seo

Django Check SEO will check the SEO aspects of your site for you, and will provide advice in case of problems. Compatible with Django & Django-CMS!
GNU General Public License v3.0
154 stars 12 forks source link

Add possibility to override (parts of) the template of the check SEO page #52

Closed jgadelange closed 7 months ago

jgadelange commented 1 year ago

Is your feature request related to a problem? Please describe. Currently on the check seo page there is a sidebar with information on the django-check-seo package. However, this isn't very useful for content editors.

Describe the solution you'd like I would like to be able to override parts of the template without having to copy the whole template as a whole. I think we could achieve this by adding {% block%} tags.

Describe alternatives you've considered N/A

Additional context The sidebar I'm talking about: image

corentinbettiol commented 7 months ago

You're right, I will add the block in the next version :)