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
bb17d034
Commit
bb17d034
authored
Feb 24, 2020
by
Daniel W Bond
Browse files
a much more laissez faire approach to where messages may appear
parent
fe6b657f
Changes
3
Hide whitespace changes
Inline
Side-by-side
bookshare/lookouts/templates/create_lookout.html
View file @
bb17d034
...
...
@@ -8,8 +8,6 @@ SRCT Bookshare • Create Lookout
{% load crispy_forms_tags %}
{% include 'messages.html' %}
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
SRCT
</strong>
​
BOOKSHARE
</h1>
...
...
bookshare/templates/layouts/base.html
View file @
bb17d034
...
...
@@ -49,6 +49,8 @@
<div
id=
"wrap"
>
{% include 'layouts/navbar.html' %}
<div
class=
"container"
>
{% include 'messages.html' %}
{% block content %}
{% endblock content %}
</div>
...
...
bookshare/trades/templates/detail_listing.html
View file @
bb17d034
...
...
@@ -43,8 +43,6 @@ SRCT Bookshare • {{ listing.title }}
</div>
{% endif %}
{% include 'messages.html' %}
{% if listing.cancelled %}
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
...
...
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