Changeset - a2e1a4a4ed7c
[Not reviewed]
dev
0 1 0
Dennis Fink - 9 years ago 2015-10-24 00:30:23
dennis.fink@c3l.lu
Also make received donation table responsive
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/donate/macros.html
Show inline comments
 
@@ -11,6 +11,7 @@
 
{% endmacro %}
 

	
 
{% macro create_donations_table(csv_file) %}
 
  <div class="table-responsive">
 
  <table class="table table-bordered table-striped">
 
    <thead>
 
      <tr>
 
@@ -31,4 +32,5 @@
 
      {% endfor %}
 
    </tbody>
 
  </table>
 
  </div>
 
{% endmacro %}
0 comments (0 inline, 0 general)