Skip to content
Snippets Groups Projects
Verified Commit 730ac289 authored by Lloyd Meins's avatar Lloyd Meins :thought_balloon:
Browse files

Apply suggestion

parent d6694ba4
No related branches found
No related tags found
1 merge request!183Resolve "Add page "Missing entries""
Pipeline #10749 passed
......@@ -275,7 +275,7 @@ class FilterRegisterObjectForm(forms.Form):
date_end = forms.DateField(label=_("End date"))
@classmethod
def get_initial(cls, has_documentation=None):
def get_initial(cls, has_documentation: Optional[bool] = None):
date_end = timezone.now().date()
date_start = date_end - timedelta(days=30)
return {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment