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
AE UTBM
Sith
Commits
132bae72
Commit
132bae72
authored
Oct 16, 2016
by
Sli
Browse files
Fix club account name display for clubs
parent
c9005e2c
Pipeline
#300
failed with stage
in 3 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
club/templates/club/club_tools.jinja
View file @
132bae72
...
...
@@ -22,7 +22,7 @@
<h4>
{%
trans
%}
Accouting:
{%
endtrans
%}
</h4>
<ul>
{%
for
ca
in
object.club_account.all
()
%}
<li><a
href=
"
{{
url
(
'accounting:club_details'
,
c_account_id
=
ca.id
)
}}
"
>
{{
ca
}}
</a></li>
<li><a
href=
"
{{
url
(
'accounting:club_details'
,
c_account_id
=
ca.id
)
}}
"
>
{{
ca
.get_display_name
()
}}
</a></li>
{%
endfor
%}
</ul>
{%
endif
%}
...
...
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