diff options
author | prashantsinalkar | 2020-03-06 12:00:15 +0530 |
---|---|---|
committer | prashantsinalkar | 2020-03-06 12:00:15 +0530 |
commit | 6db49b04606a01c6352612ea2b7a7785bcfcbffe (patch) | |
tree | 6092eb68cdfe53650f22ac0a89e1768b829ea851 /arduino_blog/templates/dashboard.html | |
parent | fde8470c5e47434df8c854bd3135763062fada12 (diff) | |
download | arduino_projects_website-6db49b04606a01c6352612ea2b7a7785bcfcbffe.tar.gz arduino_projects_website-6db49b04606a01c6352612ea2b7a7785bcfcbffe.tar.bz2 arduino_projects_website-6db49b04606a01c6352612ea2b7a7785bcfcbffe.zip |
added static files
Diffstat (limited to 'arduino_blog/templates/dashboard.html')
-rw-r--r-- | arduino_blog/templates/dashboard.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/arduino_blog/templates/dashboard.html b/arduino_blog/templates/dashboard.html deleted file mode 100644 index a4528a8..0000000 --- a/arduino_blog/templates/dashboard.html +++ /dev/null @@ -1,23 +0,0 @@ -{% extends "base.html" %} - -{% block css%} - <link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/dashboard.css" type="text/css" /> -{% endblock %} -{% block content %} -{% if success %} - <center> - <div class="alert alert-success" role="alert"> - <strong> {{ msg }} </strong> - </div> - <!-- <a href="{{URL_ROOT}}/exam/"> Home </a> --> - </center> -{% else %} - {% if msg %} - <center> - <div class="alert alert-warning" role="alert"> - <strong> {{ msg }} </strong> - </div> - {% endif %} -{% endif %} -<br/> -{% endblock content %} |