Blender Studio pull request - Version 2.2.0 update #104394

Merged
Márton Lente merged 64 commits from ui/v2.2.0 into main 2024-04-08 16:32:44 +02:00
Showing only changes of commit f0ab2a4010 - Show all commits

View File

@ -14,7 +14,7 @@
</button> </button>
<a class="btn btn-link" href="{% url 'film-gallery' film.slug %}">Explore Content Gallery</a> <a class="btn btn-link" href="{% url 'film-gallery' film.slug %}">Explore Content Gallery</a>
{% else %} {% else %}
<a class="btn btn-link" href="{% url 'film-gallery' film.slug %}">Explore Content Gallery</a> <a class="btn btn-accent" href="{% url 'film-gallery' film.slug %}">Explore Content Gallery</a>
{% endif %} {% endif %}
</div> </div>
</div> </div>