mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
templates for mailto and tel - links
This commit is contained in:
1
InvenTree/templates/mail.html
Normal file
1
InvenTree/templates/mail.html
Normal file
@ -0,0 +1 @@
|
||||
<a href="mailto:{{ mail }}">{{ mail }}</a>{% include "clip.html"%}
|
1
InvenTree/templates/tel.html
Normal file
1
InvenTree/templates/tel.html
Normal file
@ -0,0 +1 @@
|
||||
<a href="tel:{{ tel }}">{{ tel }}</a>{% include "clip.html"%}
|
Reference in New Issue
Block a user