Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open
Commits
ddee13ff
Commit
ddee13ff
authored
Mar 23, 2017
by
Daniel W Bond
Browse files
fieldset formatting places start date and end date on same line
parent
e5e51e7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
whats_open/website/admin.py
View file @
ddee13ff
...
...
@@ -24,6 +24,12 @@ class FacilityAdmin(admin.ModelAdmin):
class
ScheduleAdmin
(
admin
.
ModelAdmin
):
inlines
=
[
OpenTimeInline
,
]
fieldsets
=
(
(
None
,
{
'fields'
:
(
'name'
,
(
'valid_start'
,
'valid_end'
),)
}),
)
class
CategoryAdmin
(
admin
.
ModelAdmin
):
pass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment