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
582e84ec
Commit
582e84ec
authored
Mar 23, 2017
by
Daniel W Bond
Browse files
maximum number of days you can add on the admin interface is now (appropriately) seven
parent
022853a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
whats_open/website/admin.py
View file @
582e84ec
...
...
@@ -4,6 +4,7 @@ from .models import Facility, Schedule, OpenTime, Category
class
OpenTimeInline
(
admin
.
TabularInline
):
model
=
OpenTime
fk_name
=
'schedule'
max_num
=
7
class
OpenTimeAdmin
(
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