Remove obsolete ErrorView from templates

This commit is contained in:
Imperadeiro98 2016-08-10 21:15:38 +01:00
parent 2e5c15cc6d
commit 4b4c19928f
4 changed files with 14 additions and 20 deletions

View file

@ -26,5 +26,3 @@ block content
.patches-view .patches-view
hr hr
div#error-view

View file

@ -155,6 +155,4 @@ block outer_content
div.tab-pane#level-feedback-view div.tab-pane#level-feedback-view
div#error-view
block footer block footer

View file

@ -138,6 +138,5 @@ block outer_content
div#spritesheets div#spritesheets
div.tab-pane#editor-thang-patches-view div.tab-pane#editor-thang-patches-view
div.patches-view div.patches-view
div#error-view
.clearfix .clearfix
block footer block footer

View file

@ -68,6 +68,5 @@ block outer_content
else else
input.input-sm.form-control.translation-input(data-index=row.index.toString(), value=row.toValue) input.input-sm.form-control.translation-input(data-index=row.index.toString(), value=row.toValue)
div#error-view
.clearfix .clearfix
block footer block footer