Fix a template rename issue with signup templates

Change-Id: Ieaf1ac3c5f0716222cc2565f42d6cb6a77f28e11
This commit is contained in:
adrian-turjak 2017-05-31 22:37:45 +12:00
parent d7a8631176
commit 8ef5ca240a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{% extends 'signup/_sent_text.html' %}
{% extends 'signup/_submitted_text.html' %}
{% block pre_login %}
<div class="container login">

View File

@ -5,5 +5,5 @@
{% block body_id %}splash{% endblock %}
{% block content %}
{% include 'signup/_sent.html' %}
{% include 'signup/_submitted.html' %}
{% endblock %}