]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/form/edit.html.twig
Reuse current request uri
[airbundle] / Resources / views / form / edit.html.twig
index 8540c46ab4ea6e0f0f32163cd526a0170e658b2c..2f7286a644ea229170b159169a04e110f36a107d 100644 (file)
@@ -2,7 +2,7 @@
 {% block title %}{{ site.title }} - {{ title }}{% endblock %}
 {% block content %}
        <section id="form">
-               <h2><a href="{{ path('rapsys_user_edit', {'mail': app.user.mail|short, 'hash': app.user.mail|short|hash}) }}">{{ title }}</a></h2>
+               <h2><a href="{{ app.request.requesturi }}">{{ title }}</a></h2>
                {{ form_start(edit) }}
                        <div>
                                {% if edit.mail is defined %}
                                        {{ form_row(edit.pseudonym) }}
                                {% endif %}
 
+                               {% if edit.slug is defined %}
+                                       {{ form_row(edit.slug) }}
+                               {% endif %}
+
                                {% if edit.phone is defined %}
                                        {{ form_row(edit.phone) }}
                                {% endif %}
@@ -38,7 +42,7 @@
        </section>
        {% if reset is defined %}
                <section id="form">
-                       <h2><a href="{{ path('rapsys_user_register') }}">{{ password }}</a></h2>
+                       <h2><a href="{{ app.request.requesturi }}">{{ password }}</a></h2>
                        {{ form_start(reset) }}
                                <div>
                                        {% if reset.password is defined %}