Files @ 3c5a14c97b6f
Branch filter:

Location: symposion_app/pinaxcon/templates/_right_floating_image.html

Sachi King
require django-bootstrap-forms

While pinax-theme-bootstrap pulls this in, we use this directly too, so
we need to put this into our top level reqs too.
1
2
3
4
5
<div class="right-floating-image" >
  <div class="portrait">
    <div style="background-image: url('{{ image_url }}');" class="portrait--img"></div>
  </div>
</div>