Put contents for subscription in a div of its own

This commit is contained in:
PCoder 2020-04-01 17:07:44 +05:30
parent d0be07ecd5
commit 70264d592d
1 changed files with 2 additions and 1 deletions

View File

@ -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 %}