{% extends "answers/base.html" %} {% load i18n %} {% load comments %} {% load voting_tags %} {% load staticfiles %} {% block document %} {% vote_by_user user on question as user_vote %}
{% if messages %} {% endif %} {% endfor %}{{question.text}}
Asked by {{question.user}}{{comment.comment}}
{{comment.submit_date|date:"M d, Y"}}Please log in to leave a comment.
{% endif %}