diff options
author | Prashant S | 2020-03-06 12:25:46 +0530 |
---|---|---|
committer | GitHub | 2020-03-06 12:25:46 +0530 |
commit | f3b005d44de92e6872a0f9824f5d20cc9e636f34 (patch) | |
tree | d447e52cdc343eb69a7382eabd5ab554b3883132 /arduino_blog/static/admin/templates/message.html | |
parent | a87bea9854a2ab1248abac74c4b2f04f819297ee (diff) | |
parent | 54e3e9d75088b7b63419dd8fc15095324d19fac9 (diff) | |
download | arduino_projects_website-f3b005d44de92e6872a0f9824f5d20cc9e636f34.tar.gz arduino_projects_website-f3b005d44de92e6872a0f9824f5d20cc9e636f34.tar.bz2 arduino_projects_website-f3b005d44de92e6872a0f9824f5d20cc9e636f34.zip |
Merge pull request #10 from prashantsinalkar/fix-files
Fix files
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 %} + + |