Skip to content
Snippets Groups Projects
Commit ce58c4ef authored by Tom Teichler's avatar Tom Teichler :beers: Committed by root
Browse files

Fix structure

parent 8e4a1a5c
No related branches found
No related tags found
1 merge request!55WIP: Resolve "Migrate to AlekSIS app"
Pipeline #5635 failed
Showing
with 5 additions and 1 deletion
File moved
File moved
......@@ -2,7 +2,7 @@ from aleksis.core.util.apps import AppConfig
class TICDeskConfig(AppConfig):
name = "ticdesk"
name = "aleksis.apps.ticdesk"
verbose_name = "TIC-Desk - Teckids Centre Information Desk"
urls = {
......
File moved
......@@ -218,6 +218,10 @@ class GenerateListForm(forms.Form):
help_text=_("Select template to generate list."),
)
landscape = forms.BooleanField(
label=_("Landscape"),
help_text=_("Select if output should be in landscape."),
)
class RegisterEventForm(forms.ModelForm):
"""Form to register for an event."""
......
File moved
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