diff options
Diffstat (limited to 'gn2/wqflask/templates/new_security/thank_you.html')
-rw-r--r-- | gn2/wqflask/templates/new_security/thank_you.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/new_security/thank_you.html b/gn2/wqflask/templates/new_security/thank_you.html index d4f5e574..ce15dab1 100644 --- a/gn2/wqflask/templates/new_security/thank_you.html +++ b/gn2/wqflask/templates/new_security/thank_you.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Register{% endblock %} {% block content %} {{ header("Thank you", "Thanks for verifying") }} |