add new theme
[mlpccg-meta.git] / meta / templates / rate.html
index 196c59e..2482df4 100644 (file)
@@ -7,7 +7,7 @@
   <div class="col-xs-12">
     <h2><a href="{{ deck.ponyhead_link }}">{{ deck.description }}</a></h2>
     <p>Decks similiar to yours and their placement in past tournaments:</p>
-    <form class="form" action="/meta/rate" method="post" role="form">
+    <form class="form" action="{% url 'meta.views.rate' %}" method="post" role="form">
     <table class="table">
       <tr>
         <th>Deck</th>
@@ -19,7 +19,7 @@
       <tr class="{% if not record.verified %}warning{% endif %}">
         <td><a href="{{ deck.ponyhead_link }}">{{ deck.name }}</a></td>
         <td>{{ record.placement|ordinal }}</td>
-        <td><a href="/meta/tournaments/{{ record.tournament.id }}">{{ record.tournament.name }}</a></td>
+        <td><a href="{% url 'meta.views.tournaments_detail' record.tournament.id %}">{{ record.tournament.name }}</a></td>
         <td>{{ record.tournament.date }}</td>
         <td>{% if not record.verified %}user-submitted{% endif %}</td>
       </tr>
@@ -27,7 +27,7 @@
       <tr>
         <td colspan="5">
           <strong>Played this deck in a tournament? Add your result here!</strong>
-          <p class="help-block">This helps you and us to get a better overview over the meta-game.</p>
+          <p class="help-block">This contibutes towards a better overview over the meta-game.</p>
         </td>
       </tr>
         {% csrf_token %}