fixed crud list
fixed payments upload -a
This commit is contained in:
@@ -24,6 +24,23 @@
|
||||
{% endblock content %}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
{% block custom_styles %}
|
||||
{% endblock custom_styles %}
|
||||
|
||||
{% block extra_js %}
|
||||
<script>
|
||||
const validateContainerUrl = "{% url 'validate_container' 'placeholder' %}".replace('placeholder/', '');
|
||||
</script>
|
||||
<script src="{% static 'js/container_validation.js' %}"></script>
|
||||
|
||||
{% endblock extra_js %}
|
||||
|
||||
{% block crud_js %}
|
||||
{% endblock crud_js %}
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user