style: fix spaces of contact app views.py in lab1

parent 466b784f
from django.http import HttpResponse
def index(request):
return HttpResponse('Contact Details:\n Mary Adelaide A. Salto\n 0912 345 6789\n 55 C-3 Road, Golden Village, Quezon City')
return HttpResponse('Contact Number: 0912 345 6789 Address: 55 C-3 Road, Golden Village, Quezon City')
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