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
972ac9e8
Commit
972ac9e8
authored
Jan 10, 2017
by
Daniel W Bond
Browse files
deleted extra close div, which was closing the container
parent
bbcbf52b
Changes
1
Hide whitespace changes
Inline
Side-by-side
bookshare/templates/index.html
View file @
972ac9e8
...
...
@@ -21,11 +21,16 @@ SRCT Bookshare • Homepage
{% load trades_extras %}
<legend
class=
"text-center"
><i
class=
"fa fa-eye"
></i>
<strong>
Your Lookouts
</strong>
<small>
(
<a
href=
"{% url 'create_lookout' %}"
>
Create
</a>
)
</small></legend>
<legend
class=
"text-center"
>
<i
class=
"fa fa-eye"
></i>
<strong>
Your Lookouts
</strong>
<small>
(
<a
href=
"{% url 'create_lookout' %}"
>
Create
</a>
)
</small>
</legend>
{% if lookouts %}
{% for lookout in lookouts %}
<legend><i
class=
"fa fa-book"
></i>
<a
href=
"{{ lookout.get_absolute_url }}"
>
{{ lookout.isbn|isbn_name|title }}
</a></legend>
<legend><i
class=
"fa fa-book"
></i>
<a
href=
"{{ lookout.get_absolute_url }}"
>
{{ lookout.isbn|isbn_name|title }}
</a>
</legend>
<div
class=
"row"
>
{% for listing in lookout.get_listings %}
{% if not listing.cancelled or listing.exchanged %}
...
...
@@ -40,7 +45,6 @@ SRCT Bookshare • Homepage
{% endfor %}
</div>
{% endfor %}
</div>
{% else %}
<div
class=
"row"
>
...
...
@@ -65,7 +69,7 @@ SRCT Bookshare • Homepage
</div>
{% endif %}
{% else %}
<
legend></legend
>
<
hr
/
>
<div
class=
"row"
>
<div
class=
"col-sm-3 text-center"
>
...
...
@@ -86,7 +90,7 @@ SRCT Bookshare • Homepage
</div>
</div>
{% endif %}
<
legend></legend
>
<
hr
/
>
<div
class=
"row"
>
...
...
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