[Projeler-commits] r240 - in zangetsu/templates: . wiki

projeler-uludag at uludag.org.tr projeler-uludag at uludag.org.tr
7 Eki 2006 Cmt 00:54:02 EEST


Author: caglar
Date: Sat Oct  7 00:54:02 2006
New Revision: 240

Modified:
   zangetsu/templates/base.html
   zangetsu/templates/wiki/page.html
Log:
fix

Modified: zangetsu/templates/base.html
=================================================================
--- zangetsu/templates/base.html	(original)
+++ zangetsu/templates/base.html	Sat Oct  7 00:54:02 2006
@@ -81,7 +81,7 @@
         {% endfor %}
         <br />
         <b>{% trans "Wiki" %}</b><hr>
-            <a href="{{ blog_url }}/wiki">Wiki</a>
+            <a href="{{ blog_url }}/../wiki">Wiki</a>
     </div>
 
     <div id="footer">

Modified: zangetsu/templates/wiki/page.html
=================================================================
--- zangetsu/templates/wiki/page.html	(original)
+++ zangetsu/templates/wiki/page.html	Sat Oct  7 00:54:02 2006
@@ -11,7 +11,7 @@
     </div>
     <div class="dropdown">
         <center>
-        <a href="{{ page.editurl }}">{% trans "Edit this page" %}</a> | <a href="/wiki/">{% trans "Wiki Index" %}</a> | {{ page.pubdate|date:"d F y, l \@ H:i" }} | <a href="http://docutils.sourceforge.net/docs/user/rst/quickref.html">{% trans "Help" %}</a>
+        <a href="{{ page.get_absolute_url }}">{% trans "Edit this page" %}</a> | <a href="/wiki/">{% trans "Wiki Index" %}</a> | {{ page.pubdate|date:"d F y, l \@ H:i" }} | <a href="http://docutils.sourceforge.net/docs/user/rst/quickref.html">{% trans "Help" %}</a>
         </center>
     </div>
 {% endblock %}


Projeler-commits mesaj listesiyle ilgili daha fazla bilgi