Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nicsdevega_reading
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nics De Vega
nicsdevega_reading
Commits
95cdf645
Commit
95cdf645
authored
Mar 28, 2023
by
Nics De Vega
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrections to headings in bookshelf views
parent
c9d2c8d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
authors.html
...devega_reading/bookshelf/templates/bookshelf/authors.html
+1
-1
books.html
nicsdevega_reading/bookshelf/templates/bookshelf/books.html
+1
-1
No files found.
nicsdevega_reading/bookshelf/templates/bookshelf/authors.html
View file @
95cdf645
...
...
@@ -3,7 +3,7 @@
{% block title %}My Favorite Authors{% endblock %}
{% block content %}
<h
3>
Welcome to Nics' Favorite Authors:
</h3
>
<h
2
class=
"text-center"
>
Nics' Favorite Authors:
</h2
>
<ul
class=
"list-group"
>
{% for object in object_list %}
<li
class=
"list-group-item"
>
...
...
nicsdevega_reading/bookshelf/templates/bookshelf/books.html
View file @
95cdf645
...
...
@@ -2,7 +2,7 @@
{% load static %}
{% block title %}My Favorite Books{% endblock %}
{% block content %}
<h2
class=
"text-center"
>
Welcome to
Nics' Favorite Books:
</h2>
<h2
class=
"text-center"
>
Nics' Favorite Books:
</h2>
<ul
class=
"list-group"
>
{% for object in object_list %}
<li
class=
"list-group-item"
>
...
...
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