Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bookshare
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
30
Issues
30
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
SRCT
bookshare
Commits
bb17d034
Commit
bb17d034
authored
Feb 24, 2020
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a much more laissez faire approach to where messages may appear
parent
fe6b657f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
bookshare/lookouts/templates/create_lookout.html
bookshare/lookouts/templates/create_lookout.html
+0
-2
bookshare/templates/layouts/base.html
bookshare/templates/layouts/base.html
+2
-0
bookshare/trades/templates/detail_listing.html
bookshare/trades/templates/detail_listing.html
+0
-2
No files found.
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