Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
add_url not with-url
Browse files Browse the repository at this point in the history
  • Loading branch information
davedash committed Jun 3, 2011
1 parent 5e4a693 commit 3585139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/feedback/templates/feedback/feedback-form.html
Expand Up @@ -23,7 +23,7 @@ <h1>
<a href="#intro" title="Go Back">{{ _('Go Back') }}<strong></strong></a>
</nav>
</header>

<section class="content">
<form action="{{ post_url }}" method="post" autocomplete="off">

Expand All @@ -39,7 +39,7 @@ <h1>
{% if type != 'idea' %}
<div>
<label for="{{ type }}-with-url">
<input id="{{ type }}-with-url" type="checkbox" name="with-url" />
<input id="{{ type }}-with-url" type="checkbox" name="add_url" />
{% if type == 'happy' %}
{{ _('Include the URL of a site that worked better.') }}
{% elif type == 'sad' %}
Expand Down Expand Up @@ -92,6 +92,6 @@ <h1>

</form>
</section>

<span class="fade"></span>
</article>

0 comments on commit 3585139

Please sign in to comment.