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
53381b0d
Commit
53381b0d
authored
Mar 12, 2015
by
Daniel W Bond
Browse files
added reopen link-- this needs to be straightened out somewhat
parent
93651f19
Changes
1
Hide whitespace changes
Inline
Side-by-side
bookshare/core/templates/profile.html
View file @
53381b0d
...
...
@@ -76,6 +76,9 @@ SRCT Bookshare • {{ student.user.first_name }} {{ student.user.last_name }}
<td
class=
"text-center"
><h5>
{% if listing.sold %}
<span
class=
"label label-danger"
>
Sold
</span>
{% if student.user == request.user %}
<small>
(
<a
href=
"{% url 'close_listing' listing.slug %}"
>
Reopen
</a>
)
</small>
{% endif %}
{% elif not listing.active %}
<span
class=
"label label-default"
>
Closed
</span>
{% else %}
...
...
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