Skip to content

Commit

Permalink
Org: Show event settings
Browse files Browse the repository at this point in the history
TYPE: Bugfix
LINK: None
  • Loading branch information
Tschuppi81 committed Jul 15, 2024
1 parent 4fdef5e commit b115c26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/onegov/org/theme/styles/org.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6741,10 +6741,6 @@ a#results {
display: none;
}

.event-settings {
display: none;
}

.videowrapper {
position: relative;
height: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/onegov/org/views/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def truncate(text: str) -> str:
@OrgApp.form(
model=Organisation, name='event-settings', template='form.pt',
permission=Secret, form=EventSettingsForm, setting=_("Events"),
icon='fa-calendar-alt', order=-700)
icon='fa-calendar', order=-700)
def handle_event_settings(
self: Organisation,
request: 'OrgRequest',
Expand Down

0 comments on commit b115c26

Please sign in to comment.