[svn] Fixed a bug with QMs with numbers between 1 and 10, and fixed the links in the recent changes box.

This commit is contained in:
substantialnoninfringinguser
2009-06-10 05:37:53 +01:00
parent 4ce282b88b
commit 1d421b2d7c
8 changed files with 79 additions and 46 deletions

View File

@@ -20,7 +20,7 @@
{% if entry.is_deletion %}
{{ entry.object_repr }}
{% else %}
<a href="{{ entry.get_admin_url }}">{{ entry.object_repr }}</a>
<a href="admin/{{ entry.get_admin_url }}">{{ entry.object_repr }}</a>
{% endif %}
<br/>
{% if entry.content_type %}