Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
ffc72262
Verified
Commit
ffc72262
authored
Jan 09, 2019
by
Sébastiaan Versteeg
Browse files
Change partner banner size thumbnail to medium
parent
390db682
Changes
1
Show whitespace changes
Inline
Side-by-side
website/partners/templatetags/partner_banners.py
View file @
ffc72262
...
...
@@ -28,5 +28,5 @@ def render_partner_banners(context):
return
{
'partners'
:
[
p
for
p
in
all_partners
if
p
.
id
in
chosen
],
'thumb_size'
:
settings
.
THUMBNAIL_SIZES
[
'
small
'
]
'thumb_size'
:
settings
.
THUMBNAIL_SIZES
[
'
medium
'
]
}
Luko van der Maas
@lukomaas
mentioned in commit
ac7cdb78
·
Jan 09, 2019
mentioned in commit
ac7cdb78
mentioned in commit ac7cdb78aa24bd31e8afcf72334e797f76ac09a9
Toggle commit list
Write
Preview
Supports
Markdown
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