Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Fix spacing (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgfilim1 committed Aug 27, 2018
1 parent 880e8c8 commit 66d9d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2>Решили</h2>
<div>
{{ user.name }}
{% if user.is_admin %}
<span class="badge badge-pill badge-warning ml-1">admin</span>
<span class="badge badge-pill badge-warning ml-2">admin</span>
{% endif %}
</div>
<div class="d-inline">
Expand Down Expand Up @@ -49,7 +49,7 @@ <h2>Решают</h2>
<div>
{{ user.name }}
{% if user.is_admin %}
<span class="badge badge-pill badge-warning">admin</span>
<span class="badge badge-pill badge-warning ml-2">admin</span>
{% endif %}
</div>
</li>
Expand Down

0 comments on commit 66d9d09

Please sign in to comment.