|
|
|
@ -57,11 +57,11 @@ |
|
|
|
<span class="glyphicon glyphicon-map-marker"></span> Настройки карты |
|
|
|
</a></li> |
|
|
|
|
|
|
|
{% url 'django_messages:messages_inbox' as privmsg_home %} |
|
|
|
<li{% if privmsg_home in request.path %} class="active"{% endif %}> |
|
|
|
<a href="{{ privmsg_home }}"> |
|
|
|
<!--{ % url 'django_messages:messages_inbox' as privmsg_home % } |
|
|
|
<li{ % if privmsg_home in request.path %} class="active"{ % endif % }> |
|
|
|
<a href="{ { privmsg_home } }"> |
|
|
|
<span class="glyphicon glyphicon-envelope"></span> внутренняя переписка |
|
|
|
</a></li> |
|
|
|
</a></li>--> |
|
|
|
|
|
|
|
{% url 'devapp:group_list' as devapp_groups %} |
|
|
|
<li{% if devapp_groups in request.path %} class="active"{% endif %}> |
|
|
|
|