
Horizon in Rocky 'fixed' recursive inheritance but this in turn broke our use of overextends. As such we drop overextends for Rocky onwards, but this means Adjutant-UI from Rocky onwards only works with Horizon from Rocky onwards. This also fixes issues with quota naming cleanup which was changed in Horizon proper. Change-Id: I60fa4e8e751bb62760830e37775c42b9900fb59c
8 lines
210 B
HTML
8 lines
210 B
HTML
{% extends 'auth/_login_page.html' %}
|
|
{% load i18n %}
|
|
|
|
{% block login_footer %}
|
|
{{ block.super }}
|
|
<p>Don't have an account? <a href="{% url 'horizon:signup:signup:index' %}">Sign up</a>.</p>
|
|
{% endblock %}
|