Remove sponsor name from sponsor details
authorMagnus Hagander <magnus@hagander.net>
Tue, 25 Sep 2018 17:09:26 +0000 (19:09 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 25 Sep 2018 17:09:26 +0000 (19:09 +0200)
It's already in the header, let's save some vertical space.

template/confsponsor/admin_sponsor_details.html

index ca72a1ae62b6207e7c325e5a84206e6f2d858f56..42618f6a166f6a52f5950ba8c86efcc3a4f17a04 100644 (file)
@@ -1,10 +1,6 @@
 <table class="table table-condensed">
   <tr>
-    <th class="col-md-2">Conference:</th>
-    <td>{{conference}}</td>
-  </tr>
-  <tr>
-    <th>Sponsor:</th>
+    <th class="col-md-2">Sponsor:</th>
     <td>{{sponsor.name}}</td>
   </tr>
   <tr>