From 519dff70c3136b6b26a64110230c60bb871468ed Mon Sep 17 00:00:00 2001 From: numahell Date: Fri, 21 Oct 2016 23:50:23 +0200 Subject: [PATCH] Speaker and talk count in caption on the top of the table --- proposals/templates/proposals/speaker_list.html | 7 ++----- proposals/templates/proposals/talk_list.html | 6 +----- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/proposals/templates/proposals/speaker_list.html b/proposals/templates/proposals/speaker_list.html index 26daa3a..efa76c8 100644 --- a/proposals/templates/proposals/speaker_list.html +++ b/proposals/templates/proposals/speaker_list.html @@ -41,6 +41,8 @@ + @@ -95,11 +97,6 @@ {% endif %} {% endfor %} - - - - -
{% trans "Total:" %} {{ speaker_list|length }} {% trans "speaker" %}{{ speaker_list|length|pluralize }} +
{% trans "Username" %}
{% trans "Total:" %} {{ speaker_list|length }} {% trans "speaker" %}{{ speaker_list|length|pluralize }}
{% endblock %} diff --git a/proposals/templates/proposals/talk_list.html b/proposals/templates/proposals/talk_list.html index a9fdc7b..c1c54c1 100644 --- a/proposals/templates/proposals/talk_list.html +++ b/proposals/templates/proposals/talk_list.html @@ -38,6 +38,7 @@
+ @@ -87,11 +88,6 @@ {% endif %} {% endfor %} - - - - -
{% trans "Total:" %} {{ talk_list|length }} {% trans "talk" %}{{ talk_list|length|pluralize }}
{% trans "Total:" %} {{ talk_list|length }} {% trans "talk" %}{{ talk_list|length|pluralize }}
{% if action_form %}