Skip to content
Snippets Groups Projects
Commit 01e48246 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix linting issues

parent 62004ac5
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,4 @@ class DefaultConfig(AppConfig): ...@@ -10,6 +10,4 @@ class DefaultConfig(AppConfig):
"Repository": "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Buelleten", "Repository": "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Buelleten",
} }
licence = "EUPL-1.2+" licence = "EUPL-1.2+"
copyright_info = ( copyright_info = (([2022], "Tom Teichler", "tom.teichler@teckids.org"),)
([2022], "Tom Teichler", "tom.teichler@teckids.org"),
)
...@@ -10,8 +10,7 @@ MENUS = { ...@@ -10,8 +10,7 @@ MENUS = {
"menu_generator.validators.is_authenticated", "menu_generator.validators.is_authenticated",
"aleksis.core.util.core_helpers.has_person", "aleksis.core.util.core_helpers.has_person",
], ],
"submenu": [ "submenu": [],
],
} }
] ]
} }
...@@ -43,4 +43,3 @@ class UploadedFileSlide(Slide): ...@@ -43,4 +43,3 @@ class UploadedFileSlide(Slide):
class StaticContentSlide(Slide): class StaticContentSlide(Slide):
content = RichTextField(verbose_name=_("Content")) content = RichTextField(verbose_name=_("Content"))
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