Changeset 25ec4a7 in firmaeventos for eventos/forms.py


Ignore:
Timestamp:
Nov 22, 2017, 11:02:15 AM (7 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
9add819
Parents:
d2472e8 (diff), bc1e568 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://github.com/cenditel-desarrollo/FirmaEventos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • eventos/forms.py

    ra4764f9 rad59aa1  
    4444             'placeholder': 'Subir Archivo',
    4545             'accept': '.pdf'})
     46        self.fields['pos_x'].widget = forms.HiddenInput()
     47        self.fields['pos_y'].widget = forms.HiddenInput()
    4648
    4749class FirmaEventoForm(forms.Form):
Note: See TracChangeset for help on using the changeset viewer.