fix(minor): nix the ugly banner
This commit is contained in:
parent
1191232f02
commit
4e2c284be7
@ -1,27 +1 @@
|
||||
{% set domains = frappe.get_doc("Domain Settings").active_domains %}
|
||||
{% set links = {
|
||||
'Manufacturing': '/manufacturing',
|
||||
'Services': '/services',
|
||||
'Retail': '/retail',
|
||||
'Distribution': '/distribution',
|
||||
'Non Profit': '/non-profit',
|
||||
'Education': '/education',
|
||||
'Healthcare': '/healthcare',
|
||||
'Agriculture': '/agriculture',
|
||||
'Hospitality': ''
|
||||
} %}
|
||||
|
||||
{% set link = '' %}
|
||||
{% set label = '' %}
|
||||
{% if domains %}
|
||||
{% set label = domains[0].domain %}
|
||||
{% set link = links[label] %}
|
||||
{% endif %}
|
||||
|
||||
{% if label == "Services" %}
|
||||
{% set label = "Service" %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
<a href="https://erpnext.com{{ link }}?source=website_footer" target="_blank" class="text-muted">Powered by ERPNext - {{ '' if domains else 'Open Source' }} ERP Software {{ ('for ' + label + ' Companies') if domains else '' }}</a>
|
||||
<a href="https://erpnext.com?source=website_footer" target="_blank" class="text-muted">Powered by ERPNext</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user