edited a spelling error on WIDGET USERS

parent 60320f7f
......@@ -4,7 +4,7 @@ from .models import Department, WidgetUser
def dashboardIndex(request):
users = WidgetUser.objects.all()
departments = Department.objects.all()
dashboard_output = "Welcome to Widget!" + "<br>" + "<br>" + "WIDGRT USERS:" + "<br>" + "<br>"
dashboard_output = "Welcome to Widget!" + "<br>" + "<br>" + "WIDGET USERS:" + "<br>" + "<br>"
for user in users:
username = user.last_name + ", " + user.first_name + " " + user.middle_name + ": "
......
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