Syntax error

10 views
Skip to first unread message

Caleb Bryson

unread,
May 30, 2018, 8:45:05 PM5/30/18
to Django users
I can not seem to figure out what the syntax error is in line 7 of this code, can anyone help

from django.shortcuts import render

def index(request):
return render(request, 'hybridair/home.html')

def contact(request):
return render(request, 'hybridair/basic.html' {'content' : ['contact the team at', 'mar...@flymat21.com']})

Michael MacIntosh

unread,
May 30, 2018, 8:48:53 PM5/30/18
to django...@googlegroups.com

Hi Caleb,

I think there should be a comma here

basic.html' {'content'

so it should be

basic.html', {'content'

Hope that helps!
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/efe2686c-1e4d-477e-8057-90a81b1bef00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
This message has been scanned for viruses and dangerous content by
E.F.A. Project, and is believed to be clean.
Click here to report this message as spam.

Caleb Bryson

unread,
May 30, 2018, 9:43:43 PM5/30/18
to Django users
it did thanks :). and changing the { to ( helped also for anyone view for future reference
Reply all
Reply to author
Forward
0 new messages