Skip to content

Commit 2172da5

Browse files
committed
Add menu link to reach learning section
1 parent 2953def commit 2172da5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/commons/templates/header.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
Empleo
4545
</a>
4646

47+
<a class="navbar-item {% is_active 'learn:index' %}" href="{% url 'learn:index' %}">
48+
<i class="fas fa-graduation-cap"></i>
49+
Aprende
50+
</a>
51+
4752
{% if request.user.is_authenticated %}
4853
<a class="navbar-item {% is_active 'members:homepage' %}" href="{% url 'members:profile' %}">
4954
<i class="fas fa-user-cog"></i>

0 commit comments

Comments
 (0)