Fix template path
This commit is contained in:
parent
128cbacaae
commit
9790a09c92
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class FuelPurchaseMonthlyListView(ListView):
|
|||
class FuelPurchaseCreateView(LoginRequiredMixin, CreateView):
|
||||
model = FuelPurchase
|
||||
form_class = FuelPurchaseForm
|
||||
template_name = "fuelpurchase_add.html"
|
||||
template_name = "main/fuelpurchase_add.html"
|
||||
success_url = "/"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue