File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
src/django_smartbase_admin/templates/sb_admin Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22{% load i18n static %}
33
44{% block main_wrapper %}
5+ {% include "sb_admin/includes/notifications.html" with classes="top-16 xl:left-0" %}
56 < div class ="flex items-center max-h-screen ">
6- < img loading ="lazy " src ="{% static "sb_admin /images/logo.svg" %}" alt="Logo " class ="max-h-40 absolute md:left-40 md:top-40 left-24 top-24 dark:hidden ">
7- < img loading ="lazy " src ="{% static "sb_admin /images/logo_light.svg" %}" alt="Logo " class ="max-h-40 absolute md:left-40 md:top-40 left-24 top-24 hidden dark:block ">
7+ < img loading ="lazy " src ="{% static "sb_admin /images/logo.svg" %}" alt="Logo "
8+ class ="max-h-40 absolute md:left-40 md:top-40 left-24 top-24 dark:hidden ">
9+ < img loading ="lazy " src ="{% static "sb_admin /images/logo_light.svg" %}" alt="Logo "
10+ class ="max-h-40 absolute md:left-40 md:top-40 left-24 top-24 hidden dark:block ">
811 < div class ="md:max-w-640 w-full flex justify-center items-center h-screen ">
912 < div class ="max-w-370 w-full mx-24 ">
1013 {% block content %}{% endblock %}
Original file line number Diff line number Diff line change 1- < div id ="notification-messages " hx-swap-oob ="beforeend " class ="messagelist z-1000 fixed right-0 left-0 xl:left-260 mx-24 ">
1+ < div id ="notification-messages " hx-swap-oob ="beforeend "
2+ class ="messagelist z-1000 fixed right-0 left-0 xl:left-260 mx-24{% if classes %} {{ classes }}{% endif %} ">
23 {% for message in messages %}
34 {% if message.level == DEFAULT_MESSAGE_LEVELS.SUCCESS %}
45 {% include 'sb_admin/partials/messages/alert_success.html' with text=message %}
You can’t perform that action at this time.
0 commit comments