mirror of https://github.com/interlegis/sapl.git
Browse Source
* add field rodape_global * add o field rodape_global ao formulário de edição e a renderização do textopull/2579/head
Leandro Roberto Silva
6 years ago
committed by
Leandro Roberto
5 changed files with 51 additions and 4 deletions
@ -0,0 +1,20 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
# Generated by Django 1.11.20 on 2019-03-26 18:59 |
||||
|
from __future__ import unicode_literals |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('compilacao', '0010_auto_20181004_1939'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AddField( |
||||
|
model_name='tipotextoarticulado', |
||||
|
name='rodape_global', |
||||
|
field=models.TextField(default='', help_text='A cada Tipo de Texto Articulado pode ser adicionado uma nota global de rodapé!', verbose_name='Rodapé Global'), |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue