Remove help tooltip that doesnt do anything

This commit is contained in:
George Drummond
2019-02-12 09:31:27 -05:00
parent f22fda4e28
commit 6172133957
3 changed files with 0 additions and 13 deletions

View File

@@ -15,13 +15,5 @@
message=("portfolios.index.empty.title" | translate),
)
}}
<div class="center">
{{
Tooltip(
title=("portfolios.index.empty.help_title" | translate),
)
}}
</div>
{% endblock %}