Files
ihrm/attendance/views/geofaceconfig.py

6 lines
142 B
Python

from django.shortcuts import render
def geofaceconfig(request):
return render(request, "attendance/geofaceconfig/geo_face_config.html")