13 lines
No EOL
355 B
HTML
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 %} |