mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	[fix] use base_url for prefix of sharing 'currenly saved preferences' - fixes #1249 by @matejc
This commit is contained in:
		
							parent
							
								
									6278538890
								
							
						
					
					
						commit
						30d16e7ee6
					
				@ -321,7 +321,7 @@
 | 
			
		||||
        </p>
 | 
			
		||||
 | 
			
		||||
	<div class="tab-pane">
 | 
			
		||||
          <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 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 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>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user