EmilStenstrom / django-components

Create simple reusable template components in Django.
MIT License
953 stars 59 forks source link

Doc bug: component_tags instead of django_components #447

Closed tanssinet closed 3 weeks ago

tanssinet commented 4 weeks ago

The README says "To avoid loading the app in each template using {% load django_components %}, you can add the tag as a 'builtin' in settings.py"

This should probably be:

{% load component_tags %}

dylanjcastillo commented 4 weeks ago

Hey @tanssinet, you’re right about his and the other doc issue you reported. Thanks for letting us know.

Would you like to open a PR to fix those issues?

tanssinet commented 3 weeks ago

Sure. I did not make PR before because I was unsure whether there is some other source for the docs besides README.