Correct the name of the layout

This commit is contained in:
PCoder 2019-04-03 22:49:25 +02:00
parent d37a2de6eb
commit ba6fa531db
1 changed files with 1 additions and 1 deletions

View File

@ -1164,7 +1164,7 @@ class InvoiceListView(LoginRequiredMixin, ListView):
class InvoiceDetailView(LoginRequiredMixin, DetailView):
template_name = "hosting/invoice-detail.html"
template_name = "hosting/invoice_detail.html"
context_object_name = "invoice"
login_url = reverse_lazy('hosting:login')
permission_required = ['view_monthlyhostingbill']