14 lines
342 B
HTML
14 lines
342 B
HTML
{% extends "hosting/base_short.html" %}
|
|
{% load staticfiles 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 %}
|
|
|