diff --git a/django_starfield/templates/django_starfield/stars.html b/django_starfield/templates/django_starfield/stars.html index 89e1bfc9e275821a876bf0869d21060fc5e7b1fd..4eff89303a8f235951c2e5f8dae3cb328ed48e97 100644 --- a/django_starfield/templates/django_starfield/stars.html +++ b/django_starfield/templates/django_starfield/stars.html @@ -1,3 +1,4 @@ +{% load static %} <div class="django-starfield"> {% for i in stars %}<!-- --><input type="radio" name="{{ name }}" id="{{ name }}-{{ forloop.counter0 }}"