{% extends "base.html" %} {% load wagtailcore_tags static wagtailimages_tags %} {% block content %}

{{ page.title }}


Order photos in Your order (the one with the highest numer is best (in Your opinion)

If the highest point availble is 25, give that many to the best picture

You'll see a list on the right side with Your top votes, best ranked at top
By clicking on a title You'll get transported to that photo and can change Your vote

Your vote is saved when it turnes blue, if a point You want to give doesn't turn blue, then there is another photo with that points and You have to change points for that one first, use the shortcuts on the right to easier get there

You are welcome to write a few comments on the top photos(maybe 3-5), but You need to vote on them first

{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %}