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

Welcome Galaxy User

You are connected at {{ object.galaxy_url}}

Please to set up your API Key (see the Galaxy docs to generate an API Key )
{% csrf_token %} {{ form.as_p }}
{% if messages %} {% endif %}
{% endblock %}