Commit e910c186 by Dányi Bence

webui: use new template

parent 82d8555e
......@@ -6,7 +6,7 @@
{% include "box/box-vm.html" %}
{% if userdetails.share_quota %}
{% include "box-templatelist.html" %}
{% include "box/box-template.html" %}
{% include "box-grouplist.html" %}
{% endif %}
......
......@@ -45,7 +45,6 @@ def home(request):
'shares': shares,
'templates': Template.objects.filter(state='READY'),
'mytemplates': Template.objects.filter(owner=request.user),
'publictemplates': Template.objects.filter(public=True, state='READY'),
'instances': _list_instances(request),
'groups': request.user.person_set.all()[0].owned_groups.all(),
'semesters': Semester.objects.all(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment