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
08a62ba0
Commit
08a62ba0
authored
May 02, 2015
by
Daniel W Bond
Browse files
only if it's the winning bid, not if there exists a winning bid
parent
0a653089
Changes
1
Hide whitespace changes
Inline
Side-by-side
bookshare/core/templates/profile.html
View file @
08a62ba0
...
...
@@ -144,7 +144,7 @@ SRCT Bookshare • {{ student.user.get_full_name }}
</thead>
<tbody>
{% for bid in bids %}
{% if bid.listing.winning_bid %}
{% if
bid ==
bid.listing.winning_bid %}
<tr
class=
"success"
>
{% else %}
<tr>
...
...
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