Skip to content

Commit

Permalink
Fix menu (kartoza#357) (kartoza#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasciput authored Sep 18, 2018
1 parent f82e29d commit d03c88c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bims/templates/bio_records_update.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<script src="{% static 'js/libs/datepicker/datepicker.js' %}"></script>
<script src="{% static 'js/libs/datepicker/i18n/datepicker.en.js' %}"></script>
<script src="{% static "js/libs/bootstrap-4.0.0/js/bootstrap.min.js" %}"></script>
{% endblock %}

{% block body_content %}
Expand Down
1 change: 1 addition & 0 deletions bims/templates/non_validated_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<script src="{% static 'js/libs/jquery/jquery-3.3.1.min.js' %}"></script>
<script src="{% static 'js/libs/openlayers-4.6.4/ol.js' %}"></script>
<script src="{% static "js/libs/bootstrap-4.0.0/js/bootstrap.min.js" %}"></script>
{% endblock %}

{% block body_content %}
Expand Down
1 change: 1 addition & 0 deletions bims/templates/non_validated_user_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<script src="{% static 'js/libs/jquery/jquery-3.3.1.min.js' %}"></script>
<script src="{% static 'js/libs/openlayers-4.6.4/ol.js' %}"></script>
<script src="{% static "js/libs/bootstrap-4.0.0/js/bootstrap.min.js" %}"></script>
{% endblock %}

{% block body_content %}
Expand Down

0 comments on commit d03c88c

Please sign in to comment.