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
Jean Michel Rouly
bookshare
Commits
fd34bda0
Commit
fd34bda0
authored
Apr 30, 2015
by
Daniel W Bond
Browse files
another appearance of a None fixed
parent
f88e4020
Changes
1
Show whitespace changes
Inline
Side-by-side
bookshare/core/templates/profile.html
View file @
fd34bda0
...
...
@@ -110,7 +110,7 @@ SRCT Bookshare • {{ student.user.get_full_name }}
{% if student.user == request.user %}
<h4>
<strong>
Total Exchanges:
</strong>
{{ exchanges }} |
<strong>
Total Proceeds:
</strong>
${{ proceeds }}
<strong>
Total Proceeds:
</strong>
${{ proceeds
|default_if_none:"0"
}}
</h4>
{% endif %}
</div>
...
...
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