dynamicweb/datacenterlight/templates/datacenterlight/order_detail.html
Arvind Tiwari dfbda2a53b load tag
2017-09-26 03:21:20 +05:30

13 lines
No EOL
355 B
HTML

{% extends "hosting/order_detail.html" %}
{% load i18n %}
{% block navbar %}
{% include "datacenterlight/includes/_navbar.html" %}
{% 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 %}