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

Loading…
Cancel
Save