from django.shortcuts import render 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')