Skip to content

Instantly share code, notes, and snippets.

@richleland
Created June 18, 2009 18:05
Show Gist options
  • Save richleland/132069 to your computer and use it in GitHub Desktop.
Save richleland/132069 to your computer and use it in GitHub Desktop.
# put this in yr model
def admin_edit_link(self):
return '<a href="/admin/%s/%s/%s/">%s</a>' % (self._meta.app_label,
self._meta.module_name,
self.id,
self.__unicode__())
content_title.allow_tags = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment