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
fb0236e7
Commit
fb0236e7
authored
Apr 07, 2015
by
Daniel W Bond
Browse files
modified lookout wording
parent
aa42d0ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
bookshare/core/templates/profile.html
View file @
fb0236e7
...
...
@@ -121,8 +121,7 @@ SRCT Bookshare • {{ student.user.first_name }} {{ student.user.last_name }}
</div>
</div>
{% if student.user == request.user %}
<legend><h3><i
class=
"fa fa-gift fa-fw"
></i>
Your Bids
</h3></legend>
<legend><h3><i
class=
"fa fa-gift fa-fw"
></i>
Bids
</h3></legend>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
{% if bids %}
...
...
@@ -151,7 +150,7 @@ SRCT Bookshare • {{ student.user.first_name }} {{ student.user.last_name }}
{% if student.user == request.user %}
You don't
{% else %}
{{ student.user.
first
_name }} doesn't
{{ student.user.
get_full
_name }} doesn't
{% endif %}
have any have any bids yet.
{% if student.user == request.user %}
...
...
@@ -161,14 +160,13 @@ SRCT Bookshare • {{ student.user.first_name }} {{ student.user.last_name }}
{% endif %}
</div>
</div>
{% endif %}
{% if student.user == request.user %}
<legend><h3><i
class=
"fa fa-eye fa-fw"
></i>
Lookouts
<small>
(
<a
href=
"{% url 'create_lookout' %}"
>
Create
</a>
)
</small></h3></legend>
{% if lookouts %}
<div
class=
"row"
>
<div
class=
"col-md-12"
>
{% if lookouts %}
<div
class=
"table-responsive"
>
<table
class=
"table table-bordered table-hover text-center"
>
<thead>
...
...
@@ -186,10 +184,13 @@ SRCT Bookshare • {{ student.user.first_name }} {{ student.user.last_name }}
</tbody>
</table>
</div>
{% else %}
You don't have any lookouts yet. Lookouts are automatic searches for books you
have an eye out for. You can
<a
href=
"{% url 'create_lookout' %}"
>
create some
</a>
,
and we'll immediately let you know when a listing you want goes up.
{% endif %}
</div>
</div>
{% endif %}
{% endif %}
{% endblock %}
bookshare/templates/index.html
View file @
fb0236e7
...
...
@@ -47,9 +47,11 @@ SRCT Bookshare • Homepage
<div
class=
"col-md-10 col-md-offset-1"
>
<h3>
No lookout results.
</h3>
<p>
Lookouts are automatic searches for books you have an eye out for.
You can
<a
href=
"{% url 'create_lookout' %}"
>
create some
</a>
, and
we'll automatically let you know when a listing you want goes up.
You don't have any lookouts yet. Lookouts are automatic
searches for books you have an eye out for. You can
<a
href=
"{% url 'create_lookout' %}"
>
create some
</a>
, and
we'll immediately let you know when a listing you want
goes up.
</p>
</div>
</div>
...
...
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