Skip to content

Commit

Permalink
cleaning some copy stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Jun 22, 2011
1 parent 61c8a4e commit 96c9218
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/games/templates/games/create.html
Expand Up @@ -15,7 +15,7 @@ <h1>Submit a Demo</h1>
<!-- {{ form.as_ul }} -->
<li>{{ form.name.errors }}{{ form.name.label_tag }}{{ form.name }}</li>
<li>{{ form.description.errors }}{{ form.description.label_tag }}{{ form.description }}</li>
<li>{{ form.url.errors }}<label for="id_url">URL of the game:</label>{{ form.url }}</li>
<li>{{ form.url.errors }}<label for="id_url">URL of the demo:</label>{{ form.url }}</li>
<li>
{{ form.source.errors }}
<label for="id_source" class="optional">
Expand All @@ -25,12 +25,12 @@ <h1>Submit a Demo</h1>
<li>
<label for="id_resources" class="optional">
Describe the tools, libraries and other resources you used in the
making of this game:
making of this demo:
</label>{{ form.resources }}
</li>
{{ form.accept.errors }}
{{ form.accept }}<label>I accept the <a target="_blank" href="/fineprint">DemoParty 2011 Terms and Conditions</a></label>
</ul>
<input type="submit" value="Submit your game" />
<input type="submit" value="Submit your demo" />
</form>
{% endblock %}

0 comments on commit 96c9218

Please sign in to comment.