diff options
author | prashantsinalkar | 2020-03-05 19:28:24 +0530 |
---|---|---|
committer | prashantsinalkar | 2020-03-06 11:48:26 +0530 |
commit | fde8470c5e47434df8c854bd3135763062fada12 (patch) | |
tree | c859006456fe98e2259424c5a3826e54c17e1cbf /arduino_blog/static/admin/templates/message.html | |
parent | a87bea9854a2ab1248abac74c4b2f04f819297ee (diff) | |
download | arduino_projects_website-fde8470c5e47434df8c854bd3135763062fada12.tar.gz arduino_projects_website-fde8470c5e47434df8c854bd3135763062fada12.tar.bz2 arduino_projects_website-fde8470c5e47434df8c854bd3135763062fada12.zip |
fixed file structure and added forgot passowrd link
Diffstat (limited to 'arduino_blog/static/admin/templates/message.html')
-rw-r--r-- | arduino_blog/static/admin/templates/message.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arduino_blog/static/admin/templates/message.html b/arduino_blog/static/admin/templates/message.html new file mode 100644 index 0000000..6493cbe --- /dev/null +++ b/arduino_blog/static/admin/templates/message.html @@ -0,0 +1,17 @@ +{% extends 'website/templates/base.html' %} +{% load widget_tweaks %} +{% load static %} +{% block title %}Successful{% endblock %} +{% block cssblock %} + <link rel="stylesheet" href="{% static 'website/css/login.css' %}" type="text/css" media="screen" charset="utf-8" /> +{% endblock %} +{% block search %} +{% endblock %} +{% block content %} +<br/><br/> +<h4>Thank you for registering.<br/> +Your account activation link has been sent to the email id provided.</h4> + +{% endblock %} + + |