Commit 95cdf645 authored by Nics De Vega's avatar Nics De Vega

corrections to headings in bookshelf views

parent c9d2c8d3
......@@ -3,7 +3,7 @@
{% block title %}My Favorite Authors{% endblock %}
{% block content %}
<h3>Welcome to Nics' Favorite Authors:</h3>
<h2 class="text-center">Nics' Favorite Authors:</h2>
<ul class="list-group">
{% for object in object_list %}
<li class="list-group-item">
......
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment