Skip to content

Commit

Permalink
* Add a Home link to the navigation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroff committed Nov 14, 2018
1 parent 5441805 commit d3e4f78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions django_kala/django_kala/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
{% block search_bar %}
{% include 'includes/search_bar.html' %}
{% endblock %}
<a class="item" href="{% url 'home' %}">
<b>{% trans 'Home' %}</b>
</a>
<a class="item" href="{% url 'projects:projects' %}">
<b>{% trans 'Projects' %}</b>
</a>
Expand Down

0 comments on commit d3e4f78

Please sign in to comment.