Skip to content
Snippets Groups Projects
Verified Commit 75602eed authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix distribution name discovery for AlekSIS about page

parent 4915ca91
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ Fixed
* Preference section verbose names were displayed in server language and not
user language (fixed by using gettext_lazy).
* Fix distribution name discovery for AlekSIS about page
`2.0b0`_ - 2021-05-21
---------------------
......
......@@ -5,6 +5,7 @@ from aleksis.core.util.apps import AppConfig
class CSVImportConfig(AppConfig):
name = "aleksis.apps.csv_import"
dist_name = "AlekSIS-App-CSVImport"
verbose_name = "AlekSIS — CSV import"
urls = {
......
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