formatting.

This commit is contained in:
fiatjaf
2020-11-18 22:26:30 -03:00
parent a67b93108b
commit 594e28eab7
5 changed files with 11 additions and 13 deletions
+2 -5
View File
@@ -1,15 +1,12 @@
{% extends "base.html" %}
<!---->
{% from "macros.jinja" import window_vars with context
%}
{% from "macros.jinja" import window_vars with context %}
<!---->
{% block scripts %} {{ window_vars(user, wallet) }}
<script src="/core/static/js/wallet.js"></script>
{% endblock %}
<!---->
{% block title %}
{{ wallet.name }} - {{ SITE_TITLE }}
{% endblock %}
{% block title %} {{ wallet.name }} - {{ SITE_TITLE }} {% endblock %}
<!---->
{% block page %}
<div class="row q-col-gutter-md">