Reviewing merge request #9: changement pour l'affichage des formulaires
J'ai changé templates/forum/edit.html et new.html, ainsi que templates/membre/edit_profile.html, pour remplacer par exemple « Titre: » par « Titre : ».
Par contre, je n'ai pas trouvé comment changer le formulaire de login, ni celui du changement de mot de passe, qu'il faudrait vraiment changer, parce que « Nouveau email: » c'est pas hyper sexy…
Commits that would be merged:
Fetching commit diffs…

Showing 258a985
Showing -
How to apply this merge request to your repository
One way to merge in these changes is to pull them into a local
branch for review, verifying the changes and then merge to back
to master.
# Check out a new branch for integration
git checkout -b merge-requests/9
# Fetch the merge request into this branch
git pull \
git://gitorious.org/pm/pm.git \
refs/merge-requests/9
# Show the commits, assess they are okay
git log --pretty=oneline --abbrev-commit master..merge-requests/9
# To apply the changes to your branch:
git checkout master
git merge merge-requests/9
git push origin master
Add a new comment:
Login or create an account to post a comment