Skip to content

Commit

Permalink
remove unused jeditale imports
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalfox committed Oct 13, 2024
1 parent c7cd2c4 commit 4234411
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions templates/expense/expense_archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@

{% block title %}{% trans "Expenses history" %}{% endblock %}

{% block extrajs %}
<script type="text/javascript" src="{{ MEDIA_URL }}js/jquery.jeditable.mini.js"></script>
{% endblock %}


{% block content %}

<div class="row mt-2">
Expand Down
4 changes: 0 additions & 4 deletions templates/expense/expense_payments.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
{% load render_table from django_tables2 %}
{% load crispy_forms_tags %}

{% block extrajs %}
<script type="text/javascript" src="{{ MEDIA_URL }}js/jquery.jeditable.mini.js"></script>
{% endblock %}

{% block title %}{% trans "Expenses payments" %}{% endblock %}

{% block content %}
Expand Down

0 comments on commit 4234411

Please sign in to comment.