|
|
@ -130,8 +130,12 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
</a> |
|
|
</a> |
|
|
</li> |
|
|
</li> |
|
|
{% acl_end %} |
|
|
{% acl_end %} |
|
|
<li> |
|
|
<li class="dropdown"> |
|
|
<a href="{% url 'about' %}"><i class="fa fa-info-circle"></i> {% trans "About" %}</a> |
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fas fa-info"></i> {% trans "Info" %}<span class="caret"></span></a> |
|
|
|
|
|
<ul class="dropdown-menu"> |
|
|
|
|
|
<li><a href="{% url 'about' %}"><i class="fa fa-info-circle"></i> {% trans "About" %}</a></li> |
|
|
|
|
|
<li><a href="{% url 'contact' %}"><i class="fas fa-at"></i> {% trans "Contact" %}</a></li> |
|
|
|
|
|
</ul> |
|
|
</li> |
|
|
</li> |
|
|
{% if not request.user.is_authenticated %} |
|
|
{% if not request.user.is_authenticated %} |
|
|
{% if var_sa %} |
|
|
{% if var_sa %} |
|
|
|