Implement Web Assets' theme system and selection, and add 'light' theme #118
@ -1,6 +1,6 @@
|
||||
{% load extensions %}
|
||||
|
||||
<a href="{% url "extensions:by-tag" tag_slug=tag.slug %}" title="{{ tag.name }}"
|
||||
class="badge badge-tag{% if not small %} badgefs-lg{% endif %} {{ class }}">
|
||||
class="badge badge-tag{% if not small %} badge-lg{% endif %} {{ class }}">
|
||||
{{ tag.name }}
|
||||
</a>
|
||||
|
@ -30,9 +30,9 @@
|
||||
<span class="me-1">Email</span>
|
||||
|
||||
{% if user.confirmed_email_at %}
|
||||
<span class="align-middle badge badgefs-xs badge-success"><i class="i-check"></i>Confirmed</span>
|
||||
<span class="align-middle badge badge-success fs-xs"><i class="i-check"></i>Confirmed</span>
|
||||
{% else %}
|
||||
<span class="align-middle badge badgefs-xs badge-warning"><i class="i-alert-triangle"></i>Not yet confirmed</span>
|
||||
<span class="align-middle badge badge-warning fs-xs"><i class="i-alert-triangle"></i>Not yet confirmed</span>
|
||||
{% endif %}
|
||||
</label>
|
||||
<div class="align-items-center d-flex position-relative">
|
||||
|
Loading…
Reference in New Issue
Block a user