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
a3b69567
Commit
a3b69567
authored
Feb 26, 2020
by
Daniel W Bond
Browse files
removed duplicate title code with new title template for lookouts
parent
609bff4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
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