bodhi: remove the manual patch that is now included in 5.2

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-03-23 09:38:19 +01:00 committed by Pierre-Yves Chibon
parent 3b92a8e3c7
commit 90e076b170
2 changed files with 1 additions and 16 deletions

View file

@ -1,14 +0,0 @@
<%inherit file="master.html"/>
<div class="container">
<div class="row">
<div class="offset-3 col-md-6">
<div class="panel error-page-panel">
<h1>${status} <small>${summary}</small></h1>
% for error in errors:
<p class="lead">${error['description'] | h}</p>
% endfor
</div>
</div>
</div>
</div>