Browse Source

убрал пока ссыль на не готовый модуль личных сообщений

devel
http 9 years ago
parent
commit
156d9c2b20
  1. 4
      templates/base.html

4
templates/base.html

@ -57,11 +57,11 @@
<span class="glyphicon glyphicon-map-marker"></span> Настройки карты
</a></li>
{% url 'django_messages:messages_inbox' as 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 %}>

Loading…
Cancel
Save