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:
parent
3b92a8e3c7
commit
90e076b170
2 changed files with 1 additions and 16 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue