documentation and env changes
This commit is contained in:
@@ -28,6 +28,14 @@
|
||||
{% endif %}
|
||||
|
||||
<h1 class="{{ landing_view ? 'display-6 text-center mb-4' : 'h4 mb-3' }}">Search Albums</h1>
|
||||
{% if source_value != 'user' and spotifyConfigured is defined and not spotifyConfigured %}
|
||||
<div class="alert alert-info">
|
||||
Spotify is not configured yet. Results will only include user-created albums.
|
||||
{% if is_granted('ROLE_ADMIN') %}
|
||||
<a class="alert-link" href="{{ path('admin_settings') }}">Enter Spotify credentials</a>.
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
<form class="{{ landing_view ? 'landing-search-form mb-4' : 'row g-2 mb-2 align-items-center' }}" action="{{ path('album_search') }}" method="get">
|
||||
{% if landing_view %}
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user