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
SRCT
bookshare
Commits
da62ba47
Commit
da62ba47
authored
Apr 07, 2015
by
Daniel W Bond
Browse files
closing missing tags/adding new ones
parent
6d0c72c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
bookshare/core/templates/profile.html
View file @
da62ba47
...
...
@@ -141,7 +141,13 @@ SRCT Bookshare • {{ student.user.first_name }} {{ student.user.last_name }}
{% endif %}
<td
class=
"text-center"
><h5>
{{ bid.listing.isbn }}
</h5></td>
<td
class=
"text-center"
><h5><a
href=
"{{ bid.listing.get_absolute_url }}"
>
{{ bid.listing.isbn|isbn_name|title }}
<a/></h5></td>
<td
class=
"text-center"
><h5>
${{ bid.price }}
</h5></td>
<td
class=
"text-center"
><h5>
{% if bid == bid.listing.winning_bid %}
<small><span
class=
"label label-success"
><strong>
Winning Bid
</strong></span></small>
{% else %}
{% endif %}
${{ bid.price }}
</h5></td>
{% endfor %}
</tbody>
</table>
...
...
bookshare/trades/templates/listing_preview_panel.html
View file @
da62ba47
...
...
@@ -5,7 +5,7 @@
{% if not listing.active %}
<small><span
class=
"label label-warning"
><strong>
Inactive
</strong></span></small>
{% elif listing.sold %}
<small><span
class=
"label label-primary"
><strong>
Sold
</strong></span>
<small><span
class=
"label label-primary"
><strong>
Sold
</strong></span>
</small>
{% endif %}
<a
href=
"{{ listing.get_absolute_url }}"
>
<em>
{{ listing.title }}
</em>
...
...
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