UI improvements

This commit is contained in:
Maximilian Wagner
2023-08-05 01:52:50 +02:00
parent a72c9eac39
commit 7d18ab512b
7 changed files with 56 additions and 47 deletions

View File

@@ -27,14 +27,5 @@
</form>
</div>
</div>
{% if form.errors %}
{{ form.errors['url'][0][:-1] + ', try again.' }}
{% endif %}
{% if not ytLink %}
Please enter a full, valid YouTube URL.
{% endif %}
</div>
{%- endblock %}