Contain the navbar

This commit is contained in:
2020-03-15 13:48:30 +00:00
parent 6970c5c490
commit 7cef4d03c0
30 changed files with 45170 additions and 83 deletions

View File

@@ -1,14 +1,6 @@
{% extends 'base_rigs.html' %}
{% block title %}RIGS{% endblock %}
{% block js %}
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip();
})
</script>
{% endblock %}
{% block content %}
<h1 class="bd-title">R<small>ig</small> I<small>nformation</small> G<small>athering</small> S<small>ystem</small></h1>
<h4 class="list-group-item-heading">Welcome back {{ user.get_full_name }}, there are {{ rig_count }} rigs coming up.</h4>
@@ -52,5 +44,4 @@
</div>
{% endif %}
</div><!---end row--->
{% endblock %}