Browse Source

fix #1968

pull/2017/head
Mariana Mendes 8 years ago
parent
commit
442a123af0
  1. 10
      sapl/templates/sessao/impressos/resumo_pdf.html

10
sapl/templates/sessao/impressos/resumo_pdf.html

@ -1,10 +1,16 @@
{% extends "crud/detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
<!DOCTYPE html>
<html>
{% block main_header %}
<head>
<title>Resumo</title>
<meta charset="utf-8">
</head>
{% endblock main_header %}
<style type="text/css">
.text_pdf{
@ -23,10 +29,6 @@
<body style="margin-left:80px;margin-right:80px; margin-top: -50px">
{% extends "crud/detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block detail_content %}
<div style="page-break-before: avoid;">
{% include 'sessao/blocos_resumo/'|add:primeiro_ordenacao %}

Loading…
Cancel
Save