Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Jul 16, 2019
1 parent de860fe commit bd507ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/grants/templates/grants/detail/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
{% endcomment %}
{% load static humanize i18n grants_extra compress %}
{% load static humanize i18n grants_extra compresscompress %}
<!DOCTYPE html>
<html lang="en">
<head>
Expand Down
6 changes: 3 additions & 3 deletions app/grants/templates/grants/fund.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,12 @@ <h5>Thanks for Contributing!</h5>
<script src="{% static "v2/js/grants/fund.js" %}"></script>
<script src="{% static "v2/js/lib/ipfs-api.js" %}"></script>
<script src="{% static "v2/js/ipfs.js" %}"></script>

<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>

<script>
let bootstrapTooltip = $.fn.tooltip.noConflict()
let bootstrapModal = $.fn.modal.noConflict()
$.fn.bootstrapModal = bootstrapModal
</script>
<script src="{% static "v2/js/waiting_room_entertainment.js" %}"></script>
</html>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>
</html>

0 comments on commit bd507ad

Please sign in to comment.