Return error if HostingBill object does not exist

This commit is contained in:
Modulos 2017-05-06 15:16:10 +02:00
commit 6f252def5d
2 changed files with 20 additions and 2 deletions

View file

@ -0,0 +1,14 @@
{% extends "hosting/base_short.html" %}
{% load staticfiles bootstrap3 %}
{% load i18n %}
{% block content %}
<div class="container">
<div class="container 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 %}