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
c2857d1b
Commit
c2857d1b
authored
Feb 26, 2020
by
Daniel W Bond
Browse files
removed duplicate title code with new title template for trades
parent
6da7928c
Changes
9
Show whitespace changes
Inline
Side-by-side
bookshare/trades/templates/delete_flag.html
View file @
c2857d1b
...
...
@@ -6,7 +6,7 @@ SRCT Bookshare • {{ flag.listing.title }} • Remove Flag
{% block content %}
<hr
/>
{% include 'layouts/bookshare_title.html' with subtitle="Remove Flag" %}
<div
class=
"row text-center"
>
<form
action=
""
method=
"post"
>
{% csrf_token %}
...
...
bookshare/trades/templates/delete_listing.html
View file @
c2857d1b
...
...
@@ -6,7 +6,7 @@ SRCT Bookshare • {{ flag.listing.title }} • Delete Listing
{% block content %}
<hr
/>
{% include 'layouts/bookshare_title.html' with subtitle="Delete Listing" %}
<div
class=
"row text-center"
>
<form
action=
""
method=
"post"
>
{% csrf_token %}
...
...
bookshare/trades/templates/listing_cancel.html
View file @
c2857d1b
...
...
@@ -6,12 +6,7 @@ SRCT Bookshare • {{ listing.title }} • Cancel
{% block content %}
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
SRCT
</strong>
​
BOOKSHARE
</h1>
<p
class=
"lead text-center"
><strong>
Cancel Listing
</strong></p>
</div>
</div>
{% include 'layouts/bookshare_title.html' with subtitle="Cancel Listing" %}
<div
class=
"row"
>
<div
class=
"col-md-8 col-md-offset-2 text-center"
>
...
...
bookshare/trades/templates/listing_edit.html
View file @
c2857d1b
...
...
@@ -8,12 +8,7 @@ SRCT Bookshare • {{ listing.title }} • Edit
{% load crispy_forms_tags %}
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
SRCT
</strong>
​
BOOKSHARE
</h1>
<p
class=
"lead text-center"
><strong>
Edit Listing
</strong></p>
</div>
</div>
{% include 'layouts/bookshare_title.html' with subtitle="Edit Listing" %}
<div
class=
"row"
>
<div
class=
"col-md-8 col-md-offset-2"
>
...
...
bookshare/trades/templates/listing_exchange.html
View file @
c2857d1b
...
...
@@ -6,12 +6,7 @@ SRCT Bookshare • {{ listing.title }} • Exchange
{% block content %}
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
SRCT
</strong>
​
BOOKSHARE
</h1>
<p
class=
"lead text-center"
><strong>
Exchange Listing
</strong></p>
</div>
</div>
{% include 'layouts/bookshare_title.html' with subtitle="Exchange Listing" %}
{% load crispy_forms_tags %}
...
...
bookshare/trades/templates/listing_reopen.html
View file @
c2857d1b
...
...
@@ -6,12 +6,7 @@ SRCT Bookshare • {{ listing.title }} • Reopen
{% block content %}
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
SRCT
</strong>
​
BOOKSHARE
</h1>
<p
class=
"lead text-center"
><strong>
Reopen Listing
</strong></p>
</div>
</div>
{% include 'layouts/bookshare_title.html' with subtitle="Reopen Listing" %}
<div
class=
"row"
>
<div
class=
"col-md-8 col-md-offset-2 text-center"
>
...
...
bookshare/trades/templates/listing_unexchange.html
View file @
c2857d1b
...
...
@@ -6,15 +6,10 @@ SRCT Bookshare • {{ listing.title }} • Cancel Exchange
{% block content %}
<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>
{% load crispy_forms_tags %}
{% include 'layouts/bookshare_title.html' with subtitle="Cancel Listing Exchange" %}
<div
class=
"row"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<div
class=
"panel panel-default"
>
...
...
bookshare/trades/templates/rating_edit.html
View file @
c2857d1b
...
...
@@ -6,12 +6,7 @@ SRCT Bookshare • {{ listing.title }} • Edit Rating
{% block content %}
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
SRCT
</strong>
​
BOOKSHARE
</h1>
<p
class=
"lead text-center"
><strong>
Edit Rating
</strong></p>
</div>
</div>
{% include 'layouts/bookshare_title.html' with subtitle="Edit Rating" %}
<div
class=
"row"
>
<div
class=
"col-md-8 col-md-offset-2"
>
...
...
bookshare/trades/templates/search/search.html
View file @
c2857d1b
...
...
@@ -6,12 +6,7 @@ SRCT Bookshare • Search Listings
{% block content %}
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<h1
class=
"text-center"
><strong>
SRCT
</strong>
​
BOOKSHARE
</h1>
<p
class=
"lead text-center"
><strong>
Search
</strong></p>
</div>
</div>
{% include 'layouts/bookshare_title.html' with subtitle="Search" %}
<form
class=
"form-horizontal"
method=
"get"
action=
"."
>
<div
class=
"form-group"
>
...
...
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