Skip to content
Snippets Groups Projects
Verified Commit c4263ce2 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Actually parse stars count list to template.

parent 2ad9aa95
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,5 @@ class Stars(Widget):
def get_context(self, name, value, attrs):
context = super(Stars, self).get_context(name, value, attrs)
context['stars'] = self.stars
context['stars'] = range(self.stars, 0, -1)
return context
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment