# Unit test konova app
* adds unit test for konova app models * drops unused/unnecessary code fragments * updates translation
This commit is contained in:
@@ -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=_(""),
|
||||
|
||||
Reference in New Issue
Block a user