Hide paste meta.

This commit is contained in:
Julien Palard 2018-05-07 00:56:23 +02:00
parent f21f9450cc
commit 0df9961aa2
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{% load i18n %}
{% if error_message %}<p><strong>{{ error_message }}</strong></p>{% endif %}
<table class="table table-striped table-bordered">
<!--<table class="table table-striped table-bordered">
<tr>
<th>#</th>
<th>{% trans 'Language' %}</th>
@ -24,7 +24,7 @@
<td>{% if paste.expiration_time %}{{ paste.expiration_time }}{% else %}{% trans 'None' %}{% endif %}</td>
</tr>
</table>
-->
<ul class="nav nav-pills pull-right">
{% for renderer in renderers %}
<li class="{% if renderer == current_renderer %}active{% endif %}">
@ -33,4 +33,4 @@
{% endfor %}
</ul>
<h1>{{ paste.title|truncatechars:50 }}</h1>
<h1>{{ paste.title|truncatechars:50 }}</h1>