dcl form added
This commit is contained in:
parent
230866e563
commit
3c32abbf8e
3 changed files with 17 additions and 8 deletions
|
|
@ -2,4 +2,11 @@
|
|||
|
||||
{% block navbar %}
|
||||
{% include "datacenterlight/includes/_navbar.html" %}
|
||||
{% endblock navbar %}
|
||||
{% endblock navbar %}
|
||||
|
||||
{% block submit_btn %}
|
||||
<form action="" method="POST">
|
||||
{% csrf_token %}
|
||||
<button type="submit" class="btn choice-btn">{% trans "Place order" %}</button>
|
||||
</form>
|
||||
{% endblock submit_btn %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue