Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'social_share' is not a registered tag library. Must be one of: #68

Open
Kernel5555 opened this issue Dec 4, 2022 · 1 comment
Open

Comments

@Kernel5555
Copy link

If when I have added the template tag in my app.

@AyimNelson
Copy link
Contributor

First, add
'django_social_share' to your installed apps in settings.py

Then add
{% load social_share %} to your HTML template.

Make sure it comes first before any template tag unless otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants