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

Check if the picture is cat or not!

{{ form.hidden_tag() }}

{{ form.url.label }}
{{ form.url }}

{{ form.submit() }}

{% endblock %}