diff --git a/themes/bootstrap3/templates/search/history.phtml b/themes/bootstrap3/templates/search/history.phtml
index 39f4e36a2090408ed2968cd14f2ca7e1d07e0614..ae765b1f04c6fa55508b7455424aeade01cf7cd8 100644
--- a/themes/bootstrap3/templates/search/history.phtml
+++ b/themes/bootstrap3/templates/search/history.phtml
@@ -11,6 +11,7 @@
 
 <div class="row">
   <div class="<?=$this->layoutClass('mainbody')?>">
+    <?=$this->flashmessages()?>
     <? if ($saveSupported && !empty($this->saved)): ?>
       <h2><?=$this->transEsc("history_saved_searches")?></h2>
       <?=$this->context()->renderInContext('search/history-table.phtml', array('showSaved' => true));?>
diff --git a/themes/jquerymobile/templates/search/history.phtml b/themes/jquerymobile/templates/search/history.phtml
index 66d3f206bbbabbe676dba43103fb329131007110..73c5bd52f517f3545d91a02da4a4720e9d8345fd 100644
--- a/themes/jquerymobile/templates/search/history.phtml
+++ b/themes/jquerymobile/templates/search/history.phtml
@@ -10,6 +10,7 @@
 <div data-role="page" id="Search-history">
   <?=$this->mobileMenu()->header()?>
   <div data-role="content">
+    <?=$this->flashmessages()?>
     <? if (!empty($this->saved) || !empty($this->unsaved)): ?>
       <? if (!empty($this->saved)): ?>
         <ul class="results history" data-role="listview" data-dividertheme="e" data-split-icon="minus" data-split-theme="c" data-inset="true">