minor fixesgs
This commit is contained in:
@@ -20,4 +20,4 @@
|
||||
{{ form(form) }}
|
||||
|
||||
{{ dump(sheet) }}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
@@ -5,6 +5,9 @@
|
||||
{% block body %}
|
||||
<div class="row justify-content-md-center" >
|
||||
<div class="col col-md-6">
|
||||
{% for market in markets %}
|
||||
<h3>{{ market.name }}</h3>
|
||||
{% endfor %}
|
||||
{% if taxes %}
|
||||
<table class="table table-dark table-striped">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user