Commit 74c07c56 authored by Justin Daniel Mendoza's avatar Justin Daniel Mendoza

Renamed view.html to views_homepage.html

parent dace8258
......@@ -13,5 +13,5 @@ def index(request):
'Depts':depts
}
return render(request, "view.html", context)
return render(request, "view_homepage.html", context)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment