typo fix
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 1 Jul 2013 07:40:31 +0000 (09:40 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 1 Jul 2013 07:40:31 +0000 (09:40 +0200)
apps/funding/templates/funding/offer_detail.html

index 39c583b..c5631b0 100755 (executable)
@@ -48,7 +48,7 @@
                 {{ form.as_table }}
                 <tr><td></td><td>
                     <button type="submit" style="border: none; background: none; cursor: pointer">
-                    <img alt="{% trans 'Donate!' %}" src="{% static 'img/payu.png %}" />
+                    <img alt="{% trans 'Donate!' %}" src="{% static 'img/payu.png' %}" />
                     </button>
                     </td></tr>
                 </table>