fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Removed "review pending" from all the site

This commit is contained in:
Felipe Martín 2014-08-26 19:03:50 +02:00
parent 5be2dbb4df
commit ca8ddaf748
3 changed files with 0 additions and 17 deletions

View File

@ -15,11 +15,6 @@
<div class="col-md-3">
<div class="panel panel-primary">
<ul class="list-group">
{% if item.for_review and user.is_staff %}
<a class="list-group-item list-group-item-warning text-center">
{% trans "Requires review" %}
</a>
{% endif %}
<li class="list-group-item">
<strong>{% trans "Series" %}</strong>: {{ item.series.count }}
</li>

View File

@ -19,17 +19,6 @@
<img src="{{ item.last_volume_cover.url }}" class="max-width-80" />
</div>
{% endif %}
<ul class="list-group">
{% if item.for_review and user.is_staff %}
<a class="list-group-item list-group-item-warning text-center">
{% trans "Requires review" %}
</a>
{% endif %}
<!--<li class="list-group-item">
<strong>{% trans "Status" %}</strong>
<span class="badge badge-{{ item.get_status_display_class }}">{{ item.get_status_display }}</span>
</li>-->
</ul>
</div>
{% if item.art.count %}
<div class="panel panel-default">

View File

@ -43,7 +43,6 @@
{% endif %}
{% endif %}
{% if volume.for_review and user.is_staff %}
<span class="label label-warning">{% trans "Requires review" %}</span>
{% endif %}
</div>
{% if USER_IS_STAFF and USER_CONFIG.show_admin_links %}