Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Use urlparams for submit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcook authored and Michael Kelly committed Feb 22, 2013
1 parent bbde918 commit e93fbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flicks/base/templates/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2 id="q4">{{ _('When can I submit my flick to Firefox Flicks?') }}</h2>

<h2 id="q5">{{ _('How do I submit my flick to Firefox Flicks and enter the contest?') }}</h2>
<p>
{% trans link_submit=url('flicks.base.home')+'#submit' %}
{% trans link_submit=url('flicks.base.home')|urlparams(hash='submit') %}
Fill out your filmmaker profile and submit your video <a href="{{ link_submit }}">here.</a>
All flicks will be posted to the Firefox Flicks website using the Vimeo API.
You'll need to provide your contact information, including your email, title your flick and select
Expand Down

0 comments on commit e93fbef

Please sign in to comment.