{% extends "assetcloud/pages/logged_out/base.html" %} {% load renderform %} {% block title %}Login{% endblock %} {% comment %} Override the whole of the body block, not just the content block, because we don't want the navigation to show on the login page. {% endcomment %} {% block box_content %}
Don't have an account? Sign up now.
{% endif %} {% endblock %}