remotes/origin/1203
Назар Котюк 11 years ago
parent 03352765e9
commit feaa6a3391
  1. 4
      templates/client/accounts/messages.html
  2. 2
      templates/client/includes/conference/conference_object.html

@ -18,6 +18,7 @@
{% endblock %} {% endblock %}
{% block content_list %} {% block content_list %}
{% if senders %}
<ul class="messages-list"> <ul class="messages-list">
{% for sender in senders %} {% for sender in senders %}
<li> <li>
@ -45,6 +46,9 @@
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
{% else %}
Сообщений нет
{% endif %}
{% endblock %} {% endblock %}
{% block popup %} {% block popup %}

@ -86,7 +86,7 @@
</div> </div>
{% if request.user.is_admin %} {% if request.user.is_admin %}
<a class="button green " href="/admin/exposition/{{ object.url }}/">{% trans 'изменить' %}</a> <a class="button green " href="/admin/conference/{{ object.url }}/">{% trans 'изменить' %}</a>
{% endif %} {% endif %}
</div> </div>

Loading…
Cancel
Save