Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixing install Mautic link and title.
the Mautic image button refers to install Magento both as href and title
  • Loading branch information
Indaco committed Sep 24, 2020
1 parent 2d4c0a5 commit 03863b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions websiteFunctions/templates/websiteFunctions/website.html
Expand Up @@ -1049,8 +1049,8 @@ <h3 class="content-box-header">
</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"
Expand Down

0 comments on commit 03863b3

Please sign in to comment.