Changeset a829d50 in sicp for templates


Ignore:
Timestamp:
May 21, 2015, 12:49:41 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
abee451
Parents:
dbf85e6
Message:

agregado bloque form_actions para indicar la acción del formulario en caso de ser espacificada

File:
1 edited

Legend:

Unmodified
Added
Removed
  • templates/base_registro.html

    ra357f73 ra829d50  
    2727                <div class="panel-body">
    2828                    <form role="form" class="form validate-form" method="{% block form_method %}post{% endblock %}"
     29                          action="{% block form_action %}{% endblock %}"
    2930                          autocomplete="off" enctype="multipart/form-data" onsubmit="{% block form_onsubmit %}{% endblock %}">
    3031                        {% csrf_token %}
Note: See TracChangeset for help on using the changeset viewer.