1
Fork 0

Link about page to base

This commit is contained in:
Jake Howard 2015-12-28 12:14:01 +00:00
parent 1564692fea
commit 717ef46e6c
2 changed files with 2 additions and 1 deletions

View file

@ -31,3 +31,4 @@ class AboutWebsiteView(CustomTemplate):
class AboutIndexView(CustomTemplate):
template_name = 'about/index.html'
html_title = "About"

View file

@ -21,7 +21,7 @@
<div class="row">
<div class="col-xs-12">
<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>
</div>
</div>