mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Rename profile to account and enable password change.
This commit is contained in:
		@@ -4,13 +4,14 @@
 | 
			
		||||
<div class="col s12">
 | 
			
		||||
  <div class="card large">
 | 
			
		||||
    <div class="card-content">
 | 
			
		||||
      <span class="card-title">Change profile</span>
 | 
			
		||||
      <span class="card-title">Change account information</span>
 | 
			
		||||
      <form method="POST">
 | 
			
		||||
        {{ form.hidden_tag() }}
 | 
			
		||||
        <div class="input-field ">
 | 
			
		||||
          <i class="material-icons prefix">email</i>
 | 
			
		||||
          {{ form.email(type='email', placeholder=current_user.email) }}
 | 
			
		||||
          {{ form.email.label }}
 | 
			
		||||
          <span class="helper-text" data-error="wrong" data-success="right">When changing your e-mail adress you will have to reconfirm it.</span>
 | 
			
		||||
          {% for error in form.email.errors %}
 | 
			
		||||
            <span class="helper-text" style="color:red;">{{ error }}</span>
 | 
			
		||||
          {% endfor %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user