damned-lies r1240 - in trunk: . templates/people



Author: stephaner
Date: Wed Dec 24 01:02:40 2008
New Revision: 1240
URL: http://svn.gnome.org/viewvc/damned-lies?rev=1240&view=rev

Log:
2008-12-24  StÃphane Raimbault  <stephane raimbault gmail com>

	* templates/people/person_detail.html: Fix URL to edit.


Modified:
   trunk/ChangeLog
   trunk/templates/people/person_detail.html

Modified: trunk/templates/people/person_detail.html
==============================================================================
--- trunk/templates/people/person_detail.html	(original)
+++ trunk/templates/people/person_detail.html	Wed Dec 24 01:02:40 2008
@@ -12,7 +12,7 @@
       <div class="right_actions">
         {% include "logout_form.html" %}<br />
         {% if not profile_form %}
-        <a href="{% url people.views.person_detail_from_username slug=person.username %}edit">
+        <a href="{% url people.views.person_detail_from_username slug=person.username %}">
           <img src="/media/img/edit.png" alt="{% trans "Edit" %}" title="{% trans "Edit" %}" /></a>
         {% endif %}
       </div>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]