mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	Add macro for submit button
This commit is contained in:
		@@ -31,7 +31,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="card-action right-align">
 | 
			
		||||
        {{ edit_general_settings_form.save_settings(class='btn') }}
 | 
			
		||||
        {{ submit_button(edit_general_settings_form.save_settings) }}
 | 
			
		||||
      </div>
 | 
			
		||||
    </form>
 | 
			
		||||
  </div>
 | 
			
		||||
@@ -76,7 +76,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="card-action right-align">
 | 
			
		||||
        {{ edit_password_form.save_password(class='btn') }}
 | 
			
		||||
        {{ submit_button(edit_password_form.save_password) }}
 | 
			
		||||
      </div>
 | 
			
		||||
    </form>
 | 
			
		||||
  </div>
 | 
			
		||||
@@ -105,7 +105,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="card-action right-align">
 | 
			
		||||
        {{ edit_email_form.save_email(class='btn') }}
 | 
			
		||||
        {{ submit_button(edit_email_form.save_email) }}
 | 
			
		||||
      </div>
 | 
			
		||||
    </form>
 | 
			
		||||
  </div>
 | 
			
		||||
@@ -139,7 +139,7 @@
 | 
			
		||||
<div class="modal" id="delete-account-modal">
 | 
			
		||||
  <div class="modal-content">
 | 
			
		||||
    <h4>Confirm deletion</h4>
 | 
			
		||||
    <p>Do you really want to delete your account and all associated data? All associated jobs and job files will be permanently deleted!</p>
 | 
			
		||||
    <p>Do you really want to delete your account and all associated data? All associated corpora, jobs and files will be permanently deleted!</p>
 | 
			
		||||
  </div>
 | 
			
		||||
  <div class="modal-footer">
 | 
			
		||||
    <a href="#!" class="btn modal-close waves-effect waves-light">Cancel</a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user