prettier fixes.

This commit is contained in:
fiatjaf
2021-04-17 23:21:27 -03:00
parent efd9c6917f
commit 943237e7ff
4 changed files with 18 additions and 19 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<!---->
{% block scripts %} {{ window_vars(user, wallet) }}
<script src="/core/static/js/wallet.js"></script>
<link rel="manifest" href="/manifest/{{ user.id }}.webmanifest">
<link rel="manifest" href="/manifest/{{ user.id }}.webmanifest" />
{% endblock %}
<!---->
{% block title %} {{ wallet.name }} - {{ SITE_TITLE }} {% endblock %}