{% extends 'base.html' %} {% block title %}Import Playlist - Quizzical Beats{% endblock %} {% block content %}

Import Playlist

Create a music quiz round from a Spotify or Deezer playlist.

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

Example: https://open.spotify.com/playlist/37i9dQZF1DX0XUsuxWHRQd or https://www.deezer.com/en/playlist/1111111

Back to Quiz Builder

Import Tips

{% endblock %} {% block scripts %} {% endblock %}