Add package update configuration for polling

This commit is contained in:
rubenwardy
2020-12-15 19:05:29 +00:00
parent 7461acdd1f
commit 14a67b99ba
17 changed files with 327 additions and 10 deletions

View File

@@ -38,6 +38,8 @@
<i class="fas fa-user-shield mr-2"></i>
{% elif user.rank == user.rank.EDITOR %}
<i class="fas fa-user-edit mr-2"></i>
{% elif user.rank == user.rank.BOT %}
<i class="fas fa-robot mr-2"></i>
{% else %}
<i class="fas fa-user mr-2"></i>
{% endif %}

View File

@@ -23,7 +23,7 @@
</a>
{% endif %}
<h1 class="ml-3 my-0">
<h1 class="ml-3 my-0 {{ user.rank.name }}">
{{ user.display_name }}
</h1>