# Unit test konova app

* adds unit test for konova app models
* drops unused/unnecessary code fragments
* updates translation
This commit is contained in:
2023-09-08 12:47:50 +02:00
parent 530ceb3876
commit 89efc33d75
11 changed files with 255 additions and 85 deletions

View File

@@ -14,6 +14,12 @@ from user.models import UserActionLogEntry, User
class RemoveForm(BaseForm):
""" DEPRECATED
NOT USED IN ANY PLACE.
CAN BE DELETED AT SOME POINT.
"""
check = forms.BooleanField(
label=_("Confirm"),
label_suffix=_(""),