Skip to content

Commit

Permalink
feat: added domain info on footer (#18839)
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmishra authored and nabinhait committed Aug 26, 2019
1 parent 5dd1b50 commit db3bb79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion erpnext/templates/includes/footer/footer_powered.html
@@ -1 +1,3 @@
<a href="https://erpnext.com?source=website_footer" target="_blank" class="text-muted">Powered by ERPNext</a>
{% set domains = frappe.get_doc("Domain Settings").active_domains %}

<a href="https://erpnext.com?source=website_footer" target="_blank" class="text-muted">Powered by ERPNext - {{ domains[0].domain if domains else 'Open Source' }} ERP Software</a>

0 comments on commit db3bb79

Please sign in to comment.