{% extends 'base.html' %} {% block head %} Sign up | TrustyPet | Your Virtual Veterinarian {% endblock %} {% block content %}
{% if response == "success" %}
Information
Account Created Successfully!

Please log in to continue.

{% else %}
Information
Account Created Failed!

Email already exist or database connection failed.

{% endif %}

{% endblock %}