diff options
Diffstat (limited to 'sbhs/templates/slot/new.html')
-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 %} |