dcramer / django-ratings

Pluggable rating fields in Django.
BSD 2-Clause "Simplified" License
407 stars 167 forks source link

Loading templatetags #13

Open smukkejohan opened 14 years ago

smukkejohan commented 14 years ago

Reading the django docs on custom tags i figured I should do {% load ratings %} however this doesn't work. How are the tags loaded? The name to load should really be added to the README file.

arshaver commented 13 years ago

I am having this issue as well

oriolj commented 12 years ago

For me, {% load ratings %} is working well, but I agree, that it should be added to the README