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><a href="#">{% trans "One-time payments" %}</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="subscriptions">
|
||||
<table class="table table-switch">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -71,6 +71,7 @@
|
|||
{% endif %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue