„Licenseserver/health_view/views.py“ ändern

This commit is contained in:
Gabriel Kaufmann 2021-02-11 20:40:16 +00:00
parent 0be96fc105
commit b60da93e95

View File

@ -179,6 +179,3 @@ def create_license(request, fid):
context = {'form': form}
return render(request, 'health_view/create_license.html', context)
def delete_license(request):
print("test")