Add member count to member list

This commit is contained in:
henu
2017-06-01 19:16:20 +03:00
parent c36ef9ad3f
commit e6328fdf87
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -264,3 +264,9 @@ input {
.conflict-row>div {
}
.member_count {
margin-bottom: 0.5rem;
font-size: 1.2rem;
text-align: right;
}
+4
View File
@@ -24,6 +24,10 @@
</div>
{% endif %}
<div class="member_count">
<span>Members in register: </span> <span>{{ member_count }}</span>
</div>
{{ table|safe }}
<div>