Skip to content

Instantly share code, notes, and snippets.

@emilepetrone
Created August 24, 2010 12:54
Show Gist options
  • Save emilepetrone/547503 to your computer and use it in GitHub Desktop.
Save emilepetrone/547503 to your computer and use it in GitHub Desktop.
{% extends "base/_base.html" %}
{% block maincontent %}
<h1>New URL Request</h1>
<b><i>{% if error %}
<p>
ERROR : {{ error }}
</p>
{% endif %}</i></b>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment