Conjunto c3d2880 en sapic


Ignorar:
Fecha y hora:
18/09/2018 22:35:36 (hace 6 años)
Autor:
Manuel Zambrano <mzambrano595@…>
Branches:
master
Children:
1ba6a7a
Parents:
617136d (diferencia), b20cf64 (diferencia)
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.
Mensaje:

Merge redireccion-encuestas - master

Ficheros:
3 editados

Leyenda

No modificado
Añadido
Eliminado
  • .gitignore

    r6047ecb ra192369  
    11.metadata
    22.buildpath
    3 multi_form_view/__pycache__
    4 consultas/__pycache__
    5 consultas/migrations/
    6 estudio_problemas/__pycache__
    7 estudio_problemas/migrations/
    8 explicacion_situacional/__pycache__
    9 explicacion_situacional/migrations/
    10 explicacion_situacional/models/migrations/
    11 explicacion_situacional/models/__pycache__
    12 plan_integral/__pycache__
    13 plan_integral/migrations/
    14 organizaciones/__pycache__
    15 organizaciones/migrations/
    16 sapic/__pycache__
    17 sapic/settings.py
    18 users/__pycache__
    19 users/migrations/
    20 utils/__pycache__
    21 utils/migrations/
    223*.*.backup
    234*.*~
     
    2910*.project
    3011*.planner
     12migrations
     13sources/organizaciones_sociales/
     14settings.py
  • static/js/funciones.js

    r96973f4 rb20cf64  
    6767                bootbox.alert("Este usuario Ya participó en esta encuenta <br>Será direccionado en 4 segundos");
    6868                setTimeout(function(){
    69                     $(location).attr('href', $(location).attr('origin')+URL)   
     69                    $(location).attr('href', $(location).attr('origin')+'/'+ URL.split("/",2)[1])     
    7070                },4000);
    7171            }
     
    8080                            bootbox.alert("Se registró su participación con éxito <br>Será direccionado en 4 segundos");
    8181                            setTimeout(function(){
    82                                 $(location).attr('href', $(location).attr('origin')+URL)   
     82                                $(location).attr('href', $(location).attr('origin')+'/'+ URL.split("/",2)[1])   
    8383                            },4000);
    8484                        }
  • users/forms.py

    rcd20b73 r897e8e0  
    407407
    408408    def clean_last_name(self):
    409       last_name = self.cleaned_data['first_name']
     409      last_name = self.cleaned_data['last_name']
    410410      if not last_name.isalpha():
    411411          raise forms.ValidationError('El apellido no puede contener números')
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.