Commit a323e378 authored by Mavrick Jordan Lee's avatar Mavrick Jordan Lee

Removed Unused Line of Code in views.py of Dashboard

parent 905e949a
......@@ -3,7 +3,6 @@ from .models import Department, WidgetUser
# Create your views here.
def dashboard(request):
departments = Department.objects.all()
widget_users = WidgetUser.objects.all()
response = "Welcome to Widget!<br><br>" + "WIDGET USERS:<br>"
for user in widget_users:
......
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