Browse Source

Merge pull request #248 from interlegis/247-logotipo-comprovante

Fix #247
pull/249/head
Edward 9 years ago
parent
commit
21363e3192
  1. 5
      templates/protocoloadm/comprovante.html

5
templates/protocoloadm/comprovante.html

@ -25,7 +25,10 @@
<table>
<tr><td colspan="2" align="center">
<img src="{% if logotipo %}{{ MEDIA_URL }}{{ logotipo }}{% else %}{% static 'img/logo.png' %}{% endif %}" alt="Logo" class="img-responsive visible-lg-inline-block vcenter" >
<img height="150" width="150"
src="{% if logotipo %}{{ MEDIA_URL }}{{ logotipo }}{% else %}{% static 'img/logo.png' %}{% endif %}"
alt="Logotipo"
class="img-responsive visible-lg-inline-block vcenter">
<div>
<b>{{ parliament_type }} {% trans 'de' %} {{ city }} - {{ state }}</b>
<br />

Loading…
Cancel
Save