Hide paste meta.

This commit is contained in:
Julien Palard 2018-05-07 00:56:23 +02:00
parent f21f9450cc
commit 0df9961aa2

View File

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