providers/saml: move field labels from Form into models

This commit is contained in:
Jens Langhammer
2020-02-16 12:30:26 +01:00
parent e5b85e8e6a
commit bdd1863177
3 changed files with 14 additions and 13 deletions

View File

@ -5,7 +5,7 @@ from django.contrib.auth import logout
from django.contrib.auth.mixins import AccessMixin
from django.core.exceptions import ValidationError
from django.core.validators import URLValidator
from django.http import HttpResponse, HttpResponseBadRequest, HttpRequest
from django.http import HttpRequest, HttpResponse, HttpResponseBadRequest
from django.shortcuts import get_object_or_404, redirect, render, reverse
from django.utils.datastructures import MultiValueDictKeyError
from django.utils.decorators import method_decorator