settings split for development and production.py
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
{% endblock table_data %}
|
||||
|
||||
{% block buttons %}
|
||||
<button id="createPaymentBtn" class="btn btn-primary" data-requires-selection disabled>Create Payment</button>
|
||||
<button id="createPaymentBtn" class="btn btn-primary" data-requires-selection disabled>Create Payment</button>
|
||||
{% endblock buttons %}
|
||||
|
||||
{% block create_modal_header %}
|
||||
@@ -74,5 +74,6 @@ document.getElementById('createPaymentBtn').addEventListener('click', function()
|
||||
window.location.href = '{% url "payments_create" %}?' + params.toString();
|
||||
}
|
||||
});
|
||||
|
||||
</script>
|
||||
{% endblock custom_js %}
|
||||
Reference in New Issue
Block a user