diff options
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> |