mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
moved theming functions to main tag
This commit is contained in:
@@ -29,9 +29,9 @@
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
|
||||
<!-- Bootstrap 4 -->
|
||||
<link id="id_main_css" href="{% theme_url request %}" rel="stylesheet">
|
||||
{% if request.user.is_authenticated and request.space.custom_space_theme %}
|
||||
<link id="id_custom_css" href="{% custom_theme request %}" rel="stylesheet">
|
||||
<link id="id_main_css" href="{{ theme_values.theme }}" rel="stylesheet">
|
||||
{% if theme_values.custom_theme %}
|
||||
<link id="id_custom_css" href="{{ theme_values.custom_theme }}" rel="stylesheet">
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user