dms/jci/views.py

7 lines
125 B
Python

from django.shortcuts import render
def jci_list(request):
return render(request, 'jci/list.html', {'goals': ''})