diff options
Diffstat (limited to 'success.html')
-rw-r--r-- | success.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/success.html b/success.html new file mode 100644 index 0000000..b79e45b --- /dev/null +++ b/success.html @@ -0,0 +1,7 @@ +{% extends "layout.html" %} + +{% block body %} + + You are registered! (Not really) + +{% endblock %} |