Skip to content
Snippets Groups Projects
Unverified Commit a8e15841 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Revert "Remove useless variable."

This reverts commit 71088f5f.
parent 71088f5f
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ class ServiceRatingsPlugin(CMSPluginBase):
context = super(ServiceRatingsPlugin, self).render(context, instance, placeholder)
categories = ServiceCategory.objects.all().order_by('name')
ratings = ServiceRating.objects.all().order_by('-rating_total')
context['categories'] = categories
context['ratings'] = ratings
......
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