App.yaml login: required
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Matt Sent: Monday, May 16, 2011 5:03 PM To: Google App Engine Subject: [google-appengine] Comment Box Hey, I'm just starting off with my first project and I was wondering if someone could help me make it so you need to login to submit a comment rather than just commenting anonymously. Thanks Heres the code for my comment box: <div id="comment-box"> {% for greeting in greetings %} {% if greeting.author %} <b>{{ greeting.author.nickname }}</b> wrote: {% else %} An anonymous person wrote: {% endif %} <blockquote>{{ greeting.content|escape }}</blockquote> {% endfor %} </div> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
