mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-01 09:50:44 +01:00
fixing install Mautic link and title.
the Mautic image button refers to install Magento both as href and title
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user