Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
concrexit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
thalia
concrexit
Commits
02c5677b
Commit
02c5677b
authored
Oct 09, 2019
by
Job Doesburg
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix code style because some weird pipeline can’t handle lines with more than 79 chars
parent
4163b021
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
website/activemembers/templatetags/activemembers_cards.py
website/activemembers/templatetags/activemembers_cards.py
+2
-1
No files found.
website/activemembers/templatetags/activemembers_cards.py
View file @
02c5677b
...
...
@@ -12,7 +12,8 @@ register = template.Library()
@
register
.
inclusion_tag
(
'includes/grid_item.html'
)
def
membergroup_card
(
group
,
language
):
image_url
=
static
(
f'activemembers/images/
{
language
}
/placeholder_overview.png'
)
image_url
=
static
(
f'activemembers/images/
{
language
}
/'
f'placeholder_overview.png'
)
if
group
.
photo
:
image_url
=
get_thumbnail_url
(
group
.
photo
,
settings
.
THUMBNAIL_SIZES
[
'medium'
])
...
...
Luko van der Maas
@lukomaas
mentioned in commit
168dc3aa
·
Oct 16, 2019
mentioned in commit
168dc3aa
mentioned in commit 168dc3aa045af7deb0f98ff8b8ea656ba23544bf
Toggle commit list
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