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
a3b69567
Commit
a3b69567
authored
Feb 26, 2020
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed duplicate title code with new title template for lookouts
parent
609bff4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
bookshare/lookouts/templates/create_lookout.html
bookshare/lookouts/templates/create_lookout.html
+1
-6
bookshare/lookouts/templates/delete_lookout.html
bookshare/lookouts/templates/delete_lookout.html
+1
-1
No files found.
bookshare/lookouts/templates/create_lookout.html
View file @
a3b69567
...
...
@@ -8,12 +8,7 @@ SRCT Bookshare • Create Lookout
{% 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>
Create Lookout
</strong></p>
</div>
</div>
{% include 'layouts/bookshare_title.html' with subtitle="Create Lookout" %}
<div
class=
"row"
>
<div
class=
"col-md-8 col-md-offset-2"
>
...
...
bookshare/lookouts/templates/delete_lookout.html
View file @
a3b69567
...
...
@@ -8,7 +8,7 @@ SRCT Bookshare • Delete Lookout
{% load trades_extras %}
<hr
/>
{% include 'layouts/bookshare_title.html' with subtitle="Delete Lookout" %}
<div
class=
"row text-center"
>
<form
action=
""
method=
"post"
>
{% csrf_token %}
...
...
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