XH_Digital_Management/application/cpc_mgnt/views.py

18 lines
478 B
Python
Raw Normal View History

from django.shortcuts import render
2024-05-29 09:27:39 +08:00
def seal_usage_registry(request):
return render(request, 'cpc_mgnt/seal_usage_registry.html')
def seal_and_document_borrowing_registry(request):
return render(request, 'cpc_mgnt/seal_and_document_borrowing_registry.html')
def contract_management_ledger(request):
return render(request, 'cpc_mgnt/contract_management_ledger.html')
def company_policies(request):
return render(request, 'cpc_mgnt/company_policies.html')