Pārlūkot izejas kodu

Maj action du formulaire d'ajout de la page "mes diffusions"

Sevajol Bastien 12 gadus atpakaļ
vecāks
revīzija
1ed8fbae6d

+ 1 - 1
src/Muzich/HomeBundle/Resources/views/Show/showUser.html.twig Parādīt failu

@@ -33,7 +33,7 @@
33 33
         << {{ 'home.add_element_box.close'|trans({}, 'navigationui') }}
34 34
       </a>
35 35
 
36
-      <form novalidate name="{{ add_form_name }}" action="{{ path('element_add') }}" method="post" {{ form_enctype(add_form) }}>
36
+      <form novalidate name="{{ add_form_name }}" action="{{ path('element_retrieve_api_datas') }}" method="post" {{ form_enctype(add_form) }}>
37 37
 
38 38
         {% include "MuzichCoreBundle:Element:form.add.html.twig" with { 
39 39
           'form'          : add_form,