* Fix link to add influence form.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 23 Jan 2008 18:16:22 +0000 (19:16 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 23 Jan 2008 18:16:22 +0000 (19:16 +0100)
templates/influences/character_detail.html

index 96e2c209f3903ce8300e5a2c29f944007726eb67..f6c1490270a7d255f2d5a4dc31c6026b8824f068 100644 (file)
@@ -7,4 +7,4 @@
 {% endfor %}
 </ul>
 
-<a href="/influences/character/{{ object.id }}/addinfluence">{% trans "Submit influence" %}</a>
+<a href="../../add/{{ object.id }}">{% trans "Submit influence" %}</a>