Skip to content

Instantly share code, notes, and snippets.

@meandavejustice
Created October 18, 2012 21:49
Show Gist options
  • Save meandavejustice/3914968 to your computer and use it in GitHub Desktop.
Save meandavejustice/3914968 to your computer and use it in GitHub Desktop.
{% if not user.is_authenticated %}
<li>
<a href="{% url 'feedback' %}">
Send Us Feedback
</a>
</li>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment