Merge remote-tracking branch 'return42/fix-preference-save'
This commit is contained in:
		
						commit
						ae5954f2da
					
				@ -368,7 +368,7 @@
 | 
			
		||||
        </p>
 | 
			
		||||
 | 
			
		||||
	<div class="tab-pane">
 | 
			
		||||
          <input readonly="" class="form-control select-all-on-click cursor-text" type="url" value="{{ base_url }}?preferences={{ preferences_url_params|e }}{% raw %}&q=%s{% endraw %}">
 | 
			
		||||
          <input readonly="" class="form-control select-all-on-click cursor-text" type="url" value="{{ url_for('index', _external=True) }}?preferences={{ preferences_url_params|e }}{% raw %}&q=%s{% endraw %}">
 | 
			
		||||
          <input type="submit" class="btn btn-primary" value="{{ _('save') }}" />
 | 
			
		||||
        <a href="{{ url_for('index') }}"><div class="btn btn-default">{{ _('back') }}</div></a>
 | 
			
		||||
        <a href="{{ url_for('clear_cookies') }}"><div class="btn btn-default">{{ _('Reset defaults') }}</div></a>
 | 
			
		||||
 | 
			
		||||
@ -836,7 +836,7 @@ def preferences():
 | 
			
		||||
 | 
			
		||||
    # save preferences
 | 
			
		||||
    if request.method == 'POST':
 | 
			
		||||
        resp = make_response(url_for('index', _external=True))
 | 
			
		||||
        resp = make_response(redirect(url_for('index', _external=True)))
 | 
			
		||||
        try:
 | 
			
		||||
            request.preferences.parse_form(request.form)
 | 
			
		||||
        except ValidationException:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user