Page heading and block precontainer changes
This commit is contained in:
@@ -54,9 +54,6 @@
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="{% url 'home' %}">Home <span class="visually-hidden">(current)</span></a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="{% url 'about' %}">About</a>
|
||||
</li>
|
||||
{% if request.user.is_authenticated %}
|
||||
{% if request.user.teamsnap_preferences %}
|
||||
<li class="nav-item">
|
||||
@@ -129,7 +126,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="mb-3 bg-white px-4 pt-1 border-bottom"><h6 class="display-6">{% block title_header %}{% endblock title_header%}</h6></div>
|
||||
{% block pre_container %}<div class="mt-1"></div>{% endblock pre_container %}
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
1
benchcoach/templates/page-heading.html
Normal file
1
benchcoach/templates/page-heading.html
Normal file
@@ -0,0 +1 @@
|
||||
<div class="mb-3 bg-white px-4 pt-1 border-bottom"><h6 class="display-6">{{ title }}</h6></div>
|
||||
Reference in New Issue
Block a user