Skip to content

Commit

Permalink
Merge pull request #218 from makinacorpus/fix_template_break
Browse files Browse the repository at this point in the history
Fix template break
  • Loading branch information
submarcos authored Dec 21, 2021
2 parents a859428 + 3117556 commit 9181026
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ CHANGELOG
7.0.5+dev (XXXX-XX-XX)
======================

**Bug fixes**

- Fix a template break in DEBUG False mode


7.0.4 (2021-12-17)
======================
Expand Down
2 changes: 1 addition & 1 deletion mapentity/templates/mapentity/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" type="text/css" href="{% static 'mapentity/vendor/DataTables-1.10.23/css/dataTables.bootstrap4.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'mapentity/vendor/bootstrap-datepicker-1.9.0/css/bootstrap-datepicker.css' %}">
{% else %}
<link rel="stylesheet" href="{% static 'mapentity/vendor/bootstrap-4.6.0/css/bootstrap.min.css' %}" />>
<link rel="stylesheet" href="{% static 'mapentity/vendor/bootstrap-4.6.0/css/bootstrap.min.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'mapentity/vendor/DataTables-1.10.23/css/dataTables.bootstrap4.min.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'mapentity/vendor/bootstrap-datepicker-1.9.0/css/bootstrap-datepicker.min.css' %}">
{% endif %}
Expand Down

0 comments on commit 9181026

Please sign in to comment.