parent
7b29a798a5
commit
5235be921f
@ -1,24 +1,23 @@ |
|||||||
{% autoescape false %} |
{% autoescape false %} |
||||||
<div class="course-tools"> |
<div class="course-tools"> |
||||||
|
<h2>{{ "Customize icons" | get_lang }}</h2> |
||||||
<h2>{{ "Customize icons" | get_lang }}</h2> |
<div class="grid-tools"> |
||||||
<div class="grid-tools"> |
{% for tool in tools %} |
||||||
{% for tool in tools %} |
<div class="items-tools"> |
||||||
<div class="items-tools"> |
<div class="tools mt-3 mb-3"> |
||||||
<div class="tools mt-3 mb-3"> |
<div class="big_icon"> |
||||||
<div class="big_icon"> |
<img src="{{ tool.image }}" alt="{{ tool.name }}" title="{{ tool.name }}"/> |
||||||
<img src="{{ tool.image }}" alt="{{ tool.name }}" title="{{ tool.name }}"/> |
</div> |
||||||
</div> |
<div class="content pt-2 pb-2"> |
||||||
<div class="content pt-2 pb-2"> |
{{ tool.name }} |
||||||
{{ tool.name }} |
<div class="tool-btn"> |
||||||
<div class="tool-btn"> |
{{ tool.action }} |
||||||
{{ tool.action }} |
|
||||||
</div> |
|
||||||
</div> |
</div> |
||||||
|
|
||||||
</div> |
</div> |
||||||
|
|
||||||
</div> |
</div> |
||||||
{% endfor %} |
|
||||||
</div> |
</div> |
||||||
|
{% endfor %} |
||||||
|
</div> |
||||||
</div> |
</div> |
||||||
{% endautoescape %} |
{% endautoescape %} |
||||||
|
Loading…
Reference in new issue