dynamicweb2/hosting/templates/hosting/bill_error.html
2023-11-22 15:42:05 +05:30

14 lines
337 B
HTML
Executable file

{% extends "hosting/base_short.html" %}
{% load static bootstrap3 %}
{% load i18n %}
{% block content %}
<div class="">
<div class="orders-container">
<h1>Error</h1>
<p> Could not get HostingBill object for client. </p>
<p> Please create a HostingBill object via the admin page </p>
</div>
</div>
{% endblock %}