update symbols

This commit is contained in:
2022-05-26 20:50:40 +00:00
parent 38f0f7f6b2
commit c5de36616b
32 changed files with 73 additions and 76 deletions

View File

@@ -12,7 +12,7 @@
{% if request.user.is_authenticated %}
<div class="max-w-4xl mx-auto mt-8 flex justify-end">
<a href="{% url 'admin:core_customflatpage_change' flatpage.id %}" class="btn-small btn-primary w-full sm:w-auto">
<i class="fa-regular fa-memo mr-2"></i>Seite bearbeiten
<i class="fa-solid fa-pen-to-square mr-2"></i>Seite bearbeiten
</a>
</div>
{% endif %}