diff options
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 %} |