X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/606c841e4c0c6d01a8aa1110dee4145855f3324f..e191066a70eb4a1452b49c61016f121dc5c17397:/templates/usercreated.html diff --git a/templates/usercreated.html b/templates/usercreated.html new file mode 100644 index 0000000..bf0e919 --- /dev/null +++ b/templates/usercreated.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} +{% block title %}Welcome!{% endblock %} + +{% block content %} +

Registration successful!

+{% endblock %} \ No newline at end of file