Browse Source

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

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

9
templates/protocoloadm/comprovante.html

@ -25,13 +25,16 @@
<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 />
{% trans 'Sistema de Apoio ao Processo Legislativo' %}
</div>
</td>
</td>
</tr>
<tr> <td colspan="2" align="center"><b>COMPROVANTE DE PROTOCOLO</b></td> </tr>
@ -81,4 +84,4 @@
<td>{{ protocolo.numero_paginas }}</td>
</tr>
</table>
{% endblock detail_content %}
{% endblock detail_content %}

Loading…
Cancel
Save