Skip to content

Commit

Permalink
Merge pull request #16 from tfcoding/django_15
Browse files Browse the repository at this point in the history
Template Django 1.5 Compatible
  • Loading branch information
Fatih Erikli committed Apr 11, 2013
2 parents 1d47e25 + c52c54e commit 9dbc152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apiplayground/templates/api_browser/index.html
@@ -1,5 +1,5 @@
{% extends "api_browser/base.html" %}

{% load i18n %}
{% block content %}
{% include "api_browser/resources.html" %}
{% endblock %}
Expand All @@ -8,7 +8,7 @@
{% if feedback_form_toggle %}
<!-- submit feedback form -->
<div id="submit-feedback">
<form action="{% url api_playground_submit_feedback %}" method="post">
<form action="{% url "api_playground_submit_feedback" %}" method="post">
{% csrf_token %}
{{ feedback_form.as_p }}
<input type="submit" value="Submit">
Expand Down

0 comments on commit 9dbc152

Please sign in to comment.