Widened page layout; improved mobile rendering

This commit is contained in:
Jeremy Stretch
2016-12-09 16:23:11 -05:00
parent 37f6ccd861
commit 69dd8cd3c3
26 changed files with 205 additions and 247 deletions

View File

@@ -29,6 +29,7 @@
{% endif %}
</div>
<h1>{{ secret }}</h1>
{% include 'inc/created_updated.html' with obj=secret %}
<div class="row">
<div class="col-md-6">
<div class="panel panel-default">
@@ -58,7 +59,6 @@
</tr>
</table>
</div>
{% include 'inc/created_updated.html' with obj=secret %}
</div>
<div class="col-md-6">
{% if secret|decryptable_by:request.user %}