Simple e-mail template tag
Usage: {% mailto email [linktext] %} `email' parameter is required; linktext is optional, defaulting to the email address.
- template
- tag
- templatetag
Usage: {% mailto email [linktext] %} `email' parameter is required; linktext is optional, defaulting to the email address.
Usage: Literal value, use default timeout {% geturl "http://example.com/path/to/content/" %} Variable value, literal timeout {% geturl object.urlfield 5 %}
You can import get_admin_url into your models module and create a property on a class: `admin_url = property(get_admin_url)`
dchandek has posted 3 snippets.