Add about page
This commit is contained in:
@@ -89,7 +89,10 @@
|
||||
<div id="bar" class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="{% url 'home' %}">
|
||||
Home
|
||||
Search
|
||||
</a>
|
||||
<a class="navbar-item" href="{% url 'about' %}">
|
||||
About
|
||||
</a>
|
||||
{% if user.is_authenticated %}
|
||||
<a class="navbar-item" href="{% url 'billing' %}">
|
||||
|
||||
@@ -18,7 +18,7 @@ logger = logging.getLogger(__name__)
|
||||
# Create your views here
|
||||
|
||||
|
||||
class Home(View):
|
||||
class About(View):
|
||||
template_name = "index.html"
|
||||
|
||||
def get(self, request):
|
||||
|
||||
Reference in New Issue
Block a user