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
cb6bf5ad
Commit
cb6bf5ad
authored
Apr 22, 2015
by
Daniel W Bond
Browse files
finished up exchange problem
parent
b5cf5dcc
Changes
5
Hide whitespace changes
Inline
Side-by-side
bookshare/trades/templates/detail_listing.html
View file @
cb6bf5ad
...
...
@@ -205,7 +205,7 @@ SRCT Bookshare • {{ listing.title }}
</a></span>
{% elif not listing.cancelled %}
<span
class=
"label label-default"
>
<a
href=
"{% url 'unexchange_listing' listing.slug %}"
>
Cancel
Sal
e
</a>
<a
href=
"{% url 'unexchange_listing' listing.slug %}"
>
Cancel
Exchang
e
</a>
</span>
{% endif %}
{% endif %}
...
...
bookshare/trades/templates/email/unexchange.html
→
bookshare/trades/templates/email/unexchange
d
.html
View file @
cb6bf5ad
File moved
bookshare/trades/templates/email/unexchange.txt
→
bookshare/trades/templates/email/unexchange
d
.txt
View file @
cb6bf5ad
File moved
bookshare/trades/templates/listing_exchange.html
View file @
cb6bf5ad
{% extends 'layouts/base.html' %}
{% block title %}
SRCT Bookshare
•
{{ listing.title }}
•
Cancel
Exchange
SRCT Bookshare
•
{{ listing.title }}
•
Exchange
{% endblock %}
{% block content %}
...
...
@@ -10,7 +10,7 @@ SRCT Bookshare • {{ listing.title }} • Cancel Exchange
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
SRCT
</strong>
​
BOOKSHARE
</h1>
<p
class=
"lead text-center"
><strong>
Cancel Listing
Exchange
</strong></p>
<p
class=
"lead text-center"
><strong>
Exchange
Listing
</strong></p>
</div>
</div>
</div>
...
...
bookshare/trades/templates/listing_unexchange.html
0 → 100644
View file @
cb6bf5ad
{% extends 'layouts/base.html' %}
{% block title %}
SRCT Bookshare
•
{{ listing.title }}
•
Cancel Exchange
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
SRCT
</strong>
​
BOOKSHARE
</h1>
<p
class=
"lead text-center"
><strong>
Cancel Listing Exchange
</strong></p>
</div>
</div>
</div>
{% load crispy_forms_tags %}
<div
class=
"row"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel-body"
>
<div
class=
"row"
>
<div
class=
"col-md-10 col-md-offset-1"
>
{% crispy my_form %}
</div>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
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