{% load widget_tweaks %} {% load static %}
{% csrf_token %} {{ form.auto_close|attr:"type:hidden" }}
{{ form.url|add_class:"form-input"|attr:"autofocus"|attr:"placeholder: " }} {% if form.url.errors %}
{{ form.url.errors }}
{% endif %}
This URL is already bookmarked. You can edit it or you can overwrite the existing bookmark by saving this form.
{{ form.tag_string|add_class:"form-input"|attr:"autocomplete:off" }}
Enter any number of tags separated by space and without the hash (#). If a tag does not exist it will be automatically created.
{{ form.tag_string.errors }}
{{ form.title|add_class:"form-input"|attr:"autocomplete:off" }}
Optional, leave empty to use title from website.
{{ form.title.errors }}
{{ form.description|add_class:"form-input"|attr:"rows:4" }}
Optional, leave empty to use description from website.
{{ form.description.errors }}

{% if auto_close %} {% else %} {% endif %} Nevermind
{# Replace tag input with auto-complete component #}