Correct the name of the layout
This commit is contained in:
parent
d37a2de6eb
commit
ba6fa531db
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue