Changeset - e0e0d4bf3bb0
[Not reviewed]
0 1 0
Christopher Neugebauer - 8 years ago 2016-03-31 08:15:03
chrisjrn@gmail.com
views.py renders from registrasion/
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
registrasion/views.py
Show inline comments
...
 
@@ -83,5 +83,5 @@ def edit_profile(request):
 
        "form": form,
 
    }
 
    return render(request, "profile_form.html", data)
 
    return render(request, "registrasion/profile_form.html", data)
 

	
 

	
...
 
@@ -127,5 +127,5 @@ def product_category(request, category_id):
 
    }
 

	
 
    return render(request, "product_category.html", data)
 
    return render(request, "registrasion/product_category.html", data)
 

	
 

	
...
 
@@ -252,5 +252,5 @@ def invoice(request, invoice_id):
 
    }
 

	
 
    return render(request, "invoice.html", data)
 
    return render(request, "registrasion/invoice.html", data)
 

	
 

	
0 comments (0 inline, 0 general)