Skip to content

Commit

Permalink
Merge branch 'correction-js-assets' into 'adinusa_academy'
Browse files Browse the repository at this point in the history
salah panggil js

See merge request dev/academy!261
  • Loading branch information
Muhammad Irfan committed Sep 25, 2020
2 parents 299158b + b0e6c0c commit dd5a88b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/base-adinusa.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<script src="{% static 'adinusa/js/jquery.counterup.min.js' %}"></script>
<script src="{% static 'adinusa/js/waypoints.min.js' %}"></script>
<!-- custom js -->
<script src="{% static 'adinusa/js/custom.js' %}"></script>
<script src="{% static 'website/js/custom.js' %}"></script>

{% block extra_js %} {% endblock %}
</body>
Expand Down
4 changes: 2 additions & 2 deletions templates/website/footer-adinusa.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ <h4>Links</h4>
<div class="row">
<a href="{% url 'website:contact' %}" class="ml-3 basic-link">Kontak</a>
<span class="ml-2">></span>
<a href="#" class="ml-2 basic-link">Syarat & Ketentuan</a>
<a href="{% url 'website:page_category' 'page' 'syarat-dan-ketentuan' %}" class="ml-2 basic-link">Syarat & Ketentuan</a>
<span class="ml-2">></span>
<a href="#" class="ml-2 basic-link">Refund Policy</a>
<a href="{% url 'website:page_category' 'page' 'refund-policy' %}" class="ml-2 basic-link">Refund Policy</a>
</div>
</div>
</div>
Expand Down

0 comments on commit dd5a88b

Please sign in to comment.