]> WPIA git - motion.git/blobdiff - templates/single_motion.html
upd: move bootstarp from 3.3.7 to 4.3.1
[motion.git] / templates / single_motion.html
index 585e1170d79a8a42cf8a4f477c75f0bf3ec1935f..c265432716be7e6a117309520008103f5cb8b710 100644 (file)
@@ -5,11 +5,11 @@ Motion: {{motion.name}}
 {% block body %}
 {%- include 'motion.html' %}
 {%- if votes %}
-<div class="panel panel-info" id="votes">
-  <div class="panel-heading">
+<div class="motion card" id="votes">
+  <div class="card-heading text-white bg-info">
     Motion Votes
   </div>
-  <div class="panel-body">
+  <div class="card-body">
     {%- for row in votes %}
     <div>{{row.email}}: {{row.result}}</div>
     {%- endfor %}