Mobile optimization
* adds table-responsive class to BaseClass * adds html meta attributes for proper small device rendering
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{% block body %}
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-lg-4 border">
|
||||
<table class="table">
|
||||
<table class="table table-responsive">
|
||||
<tr>
|
||||
<th scope="row">{% trans 'Username' %}</th>
|
||||
<td>{{user.username}}</td>
|
||||
|
||||
Reference in New Issue
Block a user