Browse Source

таблица с данными админской учётки теперь адаптивная

devel
Dmitry Novikov 9 years ago
parent
commit
3409a967f7
  1. 2
      accounts_app/templates/accounts/index.html

2
accounts_app/templates/accounts/index.html

@ -2,6 +2,7 @@
{% load i18n %} {% load i18n %}
{% block content %} {% block content %}
<div class="table-responsive">
<table class="table table-striped table-bordered"> <table class="table table-striped table-bordered">
<tbody> <tbody>
<tr> <tr>
@ -32,5 +33,6 @@
{% endif %} {% endif %}
</tbody> </tbody>
</table> </table>
</div>
{% endblock %} {% endblock %}
Loading…
Cancel
Save