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
cd39f96a
Verified
Commit
cd39f96a
authored
Feb 28, 2018
by
David Haynes
🙆
Browse files
Changed the default image.
I changed the default image. Closes
#77
parent
cd4f2186
Pipeline
#2152
passed with stage
in 1 minute and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
whats-open/api/models.py
View file @
cd39f96a
...
...
@@ -123,7 +123,7 @@ class Facility(TimeStampedModel):
# A link to the logo image for this Facility
logo
=
models
.
URLField
(
'Logo URL'
,
blank
=
True
,
default
=
"https://
imgur.com/q2Phkn9
.png"
,
default
=
"https://
wopen-cdn.dhaynes.xyz/default
.png"
,
help_text
=
"The absolute URL to the logo image for this Facility."
)
# The User(s) that claim ownership over this facility
...
...
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