Browse Source

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

Sevajol Bastien 12 years ago
parent
commit
1ed8fbae6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Muzich/HomeBundle/Resources/views/Show/showUser.html.twig

+ 1 - 1
src/Muzich/HomeBundle/Resources/views/Show/showUser.html.twig View File

@@ -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,