Put contents for subscription in a div of its own
This commit is contained in:
parent
d0be07ecd5
commit
70264d592d
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
<li class="active"><a href="#">{% trans "Subscriptions" %}</a></li>
|
<li class="active"><a href="#">{% trans "Subscriptions" %}</a></li>
|
||||||
<li><a href="#">{% trans "One-time payments" %}</a></li>
|
<li><a href="#">{% trans "One-time payments" %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<div class="subscriptions">
|
||||||
<table class="table table-switch">
|
<table class="table table-switch">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -71,6 +71,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue