{% extends "base.html" %} {% block content %}

Edit URL

{% if errors %} {% if errors["title"] %} {{ errors["title"][0] }} {% endif %} {% endif %}
{% if errors %} {% if errors["long_url"] %} {{ errors["long_url"][0] }} {% endif %} {% endif %}
{% if show_short_url %}
{% if errors %} {% if errors["short_url"] %} {{ errors["short_url"][0] }} {% endif %} {% endif %}
{% endif %}
{% endblock %}