Changeset c329725 in sicp


Ignore:
Timestamp:
Jun 1, 2015, 1:08:37 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
4c3abdd1
Parents:
77fd7ee
Message:

se agrega bloque para datos extras del formulario, y se agrega bloque para scripts (javascript) extras a implementar en el formulario

File:
1 edited

Legend:

Unmodified
Added
Removed
  • templates/base_registro.html

    rb48caa5 rc329725  
    5454                            {% endfor %}
    5555                        {% endblock %}
     56                        {% block form_extra_data %}{% endblock %}
    5657                        {% block form_buttons %}
    5758                            <input type="submit" value="{% trans 'Registrar' %}" class="btn btn-info btn-block">
     
    9495        });
    9596    </script>
     97    {% block form_extra_script %}{% endblock %}
    9698{% endblock %}
Note: See TracChangeset for help on using the changeset viewer.