refactor osusers password forms
- use PasswordModelFormMixin from gvawebcore instead of own implementation in ChangeOsUserPasswordForm - change import for PASSWORD_MISMATCH_ERROR
This commit is contained in:
parent
9883db6fa2
commit
2b989799ab
2 changed files with 4 additions and 30 deletions
|
@ -6,7 +6,7 @@ from django import forms
|
|||
from django.utils.translation import ugettext as _
|
||||
from django.contrib import admin
|
||||
|
||||
from .forms import (
|
||||
from gvawebcore.forms import (
|
||||
PASSWORD_MISMATCH_ERROR
|
||||
)
|
||||
from .models import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue