Skip to content

Commit

Permalink
Documentation improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Guyard committed Nov 29, 2018
1 parent 8b539e9 commit 6ab8895
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -73,9 +73,9 @@ The previous configuration enable the following URLs:
This is how to generate these routes:

```
<a href="{{ path('onaxis_ezplatform_extra.user.selfedit', {'filter': 'profile'}) }}">Home</a>
<a href="{{ path('onaxis_ezplatform_extra.user.selfedit', {'filter': 'account'}) }}">Contact</a>
<a href="{{ path('onaxis_ezplatform_extra.user.selfedit', {'filter': 'password'}) }}">Privacy</a>
<a href="{{ path('onaxis_ezplatform_extra.user.selfedit', {'filter': 'profile'}) }}">Edit my profile</a>
<a href="{{ path('onaxis_ezplatform_extra.user.selfedit', {'filter': 'account'}) }}">Edit my account</a>
<a href="{{ path('onaxis_ezplatform_extra.user.selfedit', {'filter': 'password'}) }}">Change my password</a>
```

To know available fields, use the following command:
Expand Down

0 comments on commit 6ab8895

Please sign in to comment.