commit | b2269dd3268b47c842b5e0e7769059c6727fe089 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Wed Mar 23 18:28:50 2016 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed Mar 23 18:29:00 2016 +0530 |
tree | d3b7828686f4fdd77b38096215a17202a1d6b80c | |
parent | 1058bd0ae03e6f9437e64ddbbd2342971931db87 [diff] [blame] |
[fix] back links from project web view
diff --git a/erpnext/templates/includes/projects/macros.html b/erpnext/templates/includes/projects/macros.html new file mode 100644 index 0000000..eb2b8db --- /dev/null +++ b/erpnext/templates/includes/projects/macros.html
@@ -0,0 +1 @@ +{% macro back_link(doc) %}&back-to=/projects?project={{ doc.name }}|{{ doc.project_name }}{% endmacro %}