diff options
author | CruiseDevice | 2018-02-19 15:01:22 +0530 |
---|---|---|
committer | CruiseDevice | 2018-02-19 15:01:22 +0530 |
commit | b84648fa3730d8b258bbc4ada0dcbde5a033f747 (patch) | |
tree | d97bfe8f70e43a58a2d7f8fe7a61a00554ba4f14 /templates/admin/log_does_not_exist.html | |
parent | 6f76f85bc264a58cea717ca8f8bd60b411828dd5 (diff) | |
download | SBHS-2018-Rpi-b84648fa3730d8b258bbc4ada0dcbde5a033f747.tar.gz SBHS-2018-Rpi-b84648fa3730d8b258bbc4ada0dcbde5a033f747.tar.bz2 SBHS-2018-Rpi-b84648fa3730d8b258bbc4ada0dcbde5a033f747.zip |
initial commit
Diffstat (limited to 'templates/admin/log_does_not_exist.html')
-rw-r--r-- | templates/admin/log_does_not_exist.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/admin/log_does_not_exist.html b/templates/admin/log_does_not_exist.html new file mode 100644 index 0000000..8d3d3e0 --- /dev/null +++ b/templates/admin/log_does_not_exist.html @@ -0,0 +1,12 @@ +{% extends "layout.html" %} +{% load staticfiles %} +{% block content %} +<div class="container"> + <div class="row"> + {% include "account/sub_nav.html" %} + <div class="span12"> + <h2>Log File Does not exists for this profile</h2> + </div> + </div> +</div> +{% endblock %}
\ No newline at end of file |