From 8ef5ca240aa35a05cdcd6f5e021c5df2e6d1f9e0 Mon Sep 17 00:00:00 2001 From: adrian-turjak Date: Wed, 31 May 2017 22:37:45 +1200 Subject: [PATCH] Fix a template rename issue with signup templates Change-Id: Ieaf1ac3c5f0716222cc2565f42d6cb6a77f28e11 --- adjutant_ui/content/signup/templates/signup/_submitted.html | 2 +- adjutant_ui/content/signup/templates/signup/submitted.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adjutant_ui/content/signup/templates/signup/_submitted.html b/adjutant_ui/content/signup/templates/signup/_submitted.html index 1f04fe6..154c286 100644 --- a/adjutant_ui/content/signup/templates/signup/_submitted.html +++ b/adjutant_ui/content/signup/templates/signup/_submitted.html @@ -1,4 +1,4 @@ -{% extends 'signup/_sent_text.html' %} +{% extends 'signup/_submitted_text.html' %} {% block pre_login %}
diff --git a/adjutant_ui/content/signup/templates/signup/submitted.html b/adjutant_ui/content/signup/templates/signup/submitted.html index 2c84d60..8ac76b5 100644 --- a/adjutant_ui/content/signup/templates/signup/submitted.html +++ b/adjutant_ui/content/signup/templates/signup/submitted.html @@ -5,5 +5,5 @@ {% block body_id %}splash{% endblock %} {% block content %} - {% include 'signup/_sent.html' %} + {% include 'signup/_submitted.html' %} {% endblock %}