diff --git a/django_starfield/templates/django_starfield/stars.html b/django_starfield/templates/django_starfield/stars.html
index 6794fa3762fbf4f4de883656e38ecba686c5cc56..2e8569cfe83ac86b816901774651edd0567f7488 100644
--- a/django_starfield/templates/django_starfield/stars.html
+++ b/django_starfield/templates/django_starfield/stars.html
@@ -1,5 +1,5 @@
 {% for i in stars %}<!--
 --><input type="radio" name="{{ name }}" id="{{ name }}-{{ forloop.counter0 }}"
           value="{{ i }}" {% if value == i %}checked="checked"{% endif %} /><!--
-    --><label for="{{ name }}-{{ forloop.counter0 }}"></label><!--
+    --><label for="{{ name }}-{{ forloop.counter0 }}">{{ i }}</label><!--
 -->{% endfor %}