the Mautic image button refers to install Magento both as href and title

This commit is contained in:
Usman Nasir
2020-10-01 20:48:01 +05:00
parent 53a8b6c0b3
commit 7ce14bf721

View File

@@ -1049,8 +1049,8 @@
</div>
<div class="col-md-3 panel-body">
<a href="{$ installMagentoURL $}" target="_blank"
title="{% trans 'Install Magento' %}">
<a href="{$ installMauticURL $}" target="_blank"
title="{% trans 'Install Mautic' %}">
<img src="{% static 'images/icons/mautic.png' %}" width="65" class="mr-10">
</a>
<a href="{$ installMauticURL $}" target="_blank"
@@ -1079,4 +1079,4 @@
{% endblock %}
{% endblock %}