dms/jci/views.py

7 lines
125 B
Python
Raw Normal View History

from django.shortcuts import render
def jci_list(request):
2017-09-19 21:44:30 +02:00
return render(request, 'jci/list.html', {'goals': ''})