diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-11 23:24:53 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-11 23:24:53 +0100 |
commit | 7ca56ba8df6c936909e3fe64d8e22d6ece50e9b2 (patch) | |
tree | 79dab4f7176bb83943c466a2eabd1775a2c29b4f /templates/profile.html | |
parent | 86bf6a131d4681195921bf35b4710c76f11820b1 (diff) | |
download | guichet-7ca56ba8df6c936909e3fe64d8e22d6ece50e9b2.tar.gz guichet-7ca56ba8df6c936909e3fe64d8e22d6ece50e9b2.zip |
Disable email modification in user profile
Diffstat (limited to 'templates/profile.html')
-rw-r--r-- | templates/profile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/profile.html b/templates/profile.html index d18c372..bfd79cd 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -23,7 +23,7 @@ </div> <div class="form-group"> <label for="mail">Adresse e-mail:</label> - <input type="text" id="mail" name="mail" class="form-control" value="{{ .Mail }}" /> + <input type="text" id="mail" disabled="true" name="mail" class="form-control" value="{{ .Mail }}" /> </div> <div class="form-group"> <label for="display_name">Nom complet:</label> |