UI: Blender-id web-assets v2 upgrade #93590

Merged
Márton Lente merged 28 commits from ui/web-assets-v2-upgrade into main 2024-08-22 14:41:33 +02:00
Showing only changes of commit a9354605c3 - Show all commits

View File

@ -7,9 +7,9 @@
{% block page_background %} {% block page_background %}
{% if is_oauth_flow and oauth_app.has_custom_background %} {% if is_oauth_flow and oauth_app.has_custom_background %}
<div class="page-background" style="background-image: url({{ oauth_app.background.url }})"></div> <div class="page-bg" style="background-image: url({{ oauth_app.background.url }})"></div>
{% else %} {% else %}
<div class="page-background" style="background-image: url({% static 'assets/images/blender_v33_piotr-krynski-scanislands.jpg' %})"></div> <div class="page-bg" style="background-image: url({% static 'assets/images/blender_v33_piotr-krynski-scanislands.jpg' %})"></div>
{% endif %} {% endif %}
{% endblock %} {% endblock %}