Set the calculator's post action url explicitly
This commit is contained in:
parent
3ff9f25a7f
commit
7b7f8fb191
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
</script>
|
||||
{% endif %}
|
||||
|
||||
<form id="order_form" method="POST" action="{{calculator_form_url}}" data-toggle="validator" role="form">
|
||||
<form id="order_form" method="POST" action="{% url 'datacenterlight:index' %}" data-toggle="validator" role="form">
|
||||
{% csrf_token %}
|
||||
<input type="hidden" name="pid" value="{{instance.id}}">
|
||||
<div class="title">
|
||||
|
|
Loading…
Reference in a new issue