diff --git a/src/views/DE/404.pug b/src/views/DE/404.pug index 5a16f0863287e4c4728d22cb6b594203d1fd9edc..a222a81262b023a017ff741048f5127b8bcbb273 100644 --- a/src/views/DE/404.pug +++ b/src/views/DE/404.pug @@ -22,7 +22,7 @@ html(lang="de") div(class="container") div(class="center", align="center") a(href="https://m4lab.hft-stuttgart.de") - img(src="https://transfer.hft-stuttgart.de/images/demo/m4lab_logo.jpg", class="img-responsive center-block", width="185", height="192") + img(src="https://transfer.hft-stuttgart.de/img/M4_LAB_LOGO.jpg", class="img-responsive center-block", width="185", height="192") br br p(class="h5") 404. The requested URL was not found. diff --git a/src/views/DE/500.pug b/src/views/DE/500.pug index aea0e76c327decde492f063feeac5a7a364a9ac4..95a5d4c4ee5c9075d8356f8c19821678529533f0 100644 --- a/src/views/DE/500.pug +++ b/src/views/DE/500.pug @@ -22,7 +22,7 @@ html(lang="de") div(class="container") div(class="center", align="center") a(href="https://m4lab.hft-stuttgart.de") - img(src="https://transfer.hft-stuttgart.de/images/demo/m4lab_logo.jpg", class="img-responsive center-block", width="185", height="192") + img(src="https://transfer.hft-stuttgart.de/img/M4_LAB_LOGO.jpg", class="img-responsive center-block", width="185", height="192") br br p(class="h5") 500. Unexpected Error :(