~widelands-dev/widelands-website/responsive_website

« back to all changes in this revision

Viewing changes to templates/wlmaps/index.html

  • Committer: franku
  • Date: 2016-05-18 19:31:46 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160518193146-w5dmezymi3wlnhvl
added djangoratings and adjust it to django 1.8; updated update_problems.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                                        </tr>
46
46
                                        <tr>
47
47
                                                <td class="grey">Rating:</td>
48
 
                                                {#<td>{{ map.rating|average_rating }} ({{ map.rating.votes }} Votes)</td> franku: no rating app available#}
 
48
                                                <td>{{ map.rating|average_rating }} ({{ map.rating.votes }} Votes)</td>
49
49
                                                <td class="spacer"></td>
50
50
                                                {% get_comment_count for map as ccount %}
51
51
                                                <td class="grey">Comments:</td><td>{{ ccount }}</td>