Link about page to base
This commit is contained in:
parent
1564692fea
commit
717ef46e6c
2 changed files with 2 additions and 1 deletions
|
@ -31,3 +31,4 @@ class AboutWebsiteView(CustomTemplate):
|
||||||
|
|
||||||
class AboutIndexView(CustomTemplate):
|
class AboutIndexView(CustomTemplate):
|
||||||
template_name = 'about/index.html'
|
template_name = 'about/index.html'
|
||||||
|
html_title = "About"
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<p>
|
<p>
|
||||||
<a href="">About</a> | <a href="https://github.com/RealOrangeOne/theorangeone.net" target="_blank">View Source</a> | <a href="">Contact</a>
|
<a href="{% url 'pages:about' %}">About</a> | <a href="https://github.com/RealOrangeOne/theorangeone.net" target="_blank">View Source</a> | <a href="">Contact</a>
|
||||||
<p>
|
<p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue