diff options
author | CruiseDevice | 2018-10-24 16:55:02 +0530 |
---|---|---|
committer | CruiseDevice | 2018-10-24 16:55:02 +0530 |
commit | 841289742d6c89b8a2eb30cea721f46b2389b862 (patch) | |
tree | 7e054353b721d0907b6afac957d65a03876d73c9 /sbhs/templates/slot | |
parent | 794aa51ff511a53623592dd6e72918099e2167ad (diff) | |
download | sbhs_server-841289742d6c89b8a2eb30cea721f46b2389b862.tar.gz sbhs_server-841289742d6c89b8a2eb30cea721f46b2389b862.tar.bz2 sbhs_server-841289742d6c89b8a2eb30cea721f46b2389b862.zip |
Sbhs templates
Diffstat (limited to 'sbhs/templates/slot')
-rw-r--r-- | sbhs/templates/slot/new.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbhs/templates/slot/new.html b/sbhs/templates/slot/new.html index f2464fa..2713396 100644 --- a/sbhs/templates/slot/new.html +++ b/sbhs/templates/slot/new.html @@ -11,7 +11,7 @@ <script type="{% static 'js/jquery-ui.js' %}"></script> <link rel="stylesheet" type="text/css" href="{% static 'css/jquery.datetimepicker.css' %}"> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"> + <link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}"> {% endblock %} <br> <div class="row"> @@ -75,7 +75,7 @@ {% elif slot_status == "ongoing" %} <td><p class="label label-success">Ongoing</p></td> {% else %} - <td><p class="label label-danger">Finished </p></td> + <td><p class="label label-danger">Finished</p></td> {% endif %} </tr> {% endfor %} |