Created
August 23, 2015 23:33
-
-
Save godmar/fb23830388c6b79c9b1d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/frontend/templates/submissions.html | |
+++ b/frontend/templates/submissions.html | |
@@ -56,7 +56,7 @@ Your Submissions | |
</div> | |
<div class="col-lg-4"> | |
{% from "submit_form.html" import submit_form %} | |
- {{ submit_form(problems, contest, next_url='/submissions') }} | |
+ {{ submit_form(problems, contest, next_url=root + '/submissions', root=root) }} | |
</div> | |
{% endblock %} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think that should fix it.