seitime-frappe/frappe/templates/emails/print_link.html
2015-05-26 12:17:33 +05:30

3 lines
156 B
HTML

<p>
<a href="{{ url }}/{{ doctype }}/{{ name }}?format={{ print_format|urlencode }}&key={{ key|urlencode }}">{{ _("View this in your browser") }}</a>
</p>