Changeset - a726124475c7
[Not reviewed]
Brett Smith - 4 years ago 2020-01-23 16:53:06
brettcsmith@brettcsmith.org
templates: Improved sponsors page listing for sponsors without logos.
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/symposion/sponsorship/list.html
Show inline comments
...
 
@@ -17,5 +17,5 @@
 
          <div class="row">
 
           {% if sponsor.sponsor_logo %}
 
            <div class="col-md-4">
 
              <h2>
 
                {% if sponsor.sponsor_logo %}
 
                <a href="{{ sponsor.external_url }}">
...
 
@@ -23,5 +23,2 @@
 
                </a>
 
                {% else %}
 
                <a href="{{ sponsor.external_url }}">{{ sponsor.name }}</a>
 
                {% endif %}
 
              </h2>
...
 
@@ -29,2 +26,5 @@
 
            <div class="col-md-8">
 
           {% else %}
 
            <div class="col-md-12">
 
           {% endif %}
 
              <h3><a href="{{ sponsor.external_url }}">{{ sponsor.name }}</a></h3>
0 comments (0 inline, 0 general)