Skip to content

Commit

Permalink
Fix pagination bug at media list template
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusandrade committed Dec 8, 2014
1 parent 256754d commit 2fc96ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bireme/templates/multimedia/media_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ <h2><i class='icon-camera'></i> {% trans "Multimedia" %}</h2>
<div class="span-4">
<div class="input-append" style="margin-left: 10px">
<form name="search">
<input type="hidden" name="page" value="">

{% if actions.filter_owner == '*' %}
<input type="hidden" name="filter_owner" value="*"/>
{% elif actions.filter_owner == 'network' %}
Expand Down

0 comments on commit 2fc96ff

Please sign in to comment.