Skip to content
Snippets Groups Projects
Verified Commit e8394c30 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

By the powers of the almighty Aleksolotl

parent af0d994b
No related branches found
No related tags found
1 merge request!1152By the powers of the almighty Aleksolotl
Pipeline #109440 failed
......@@ -9,6 +9,13 @@ and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Removed
~~~~~~~
* Official support for views rendered server-side in Django is removed. The
`LegacyBaseTemplate` provided for backwards compatibility must not be used
by apps declaring a dependency on AlekSIS >= 3.0.
Deprecated
~~~~~~~~~~
......
......@@ -11,7 +11,16 @@
-->
<template>
<message-box
v-if="
!byTheGreatnessOfTheAlmightyAleksolotlISwearIAmWorthyOfUsingTheLegacyBaseTemplate
"
type="error"
>
{{ $t("legacy.unworthy") }}
</message-box>
<iframe
v-else
:src="'/django' + $route.path + queryString"
:height="iFrameHeight + 'px'"
class="iframe-fullsize"
......@@ -22,6 +31,13 @@
<script>
export default {
props: {
byTheGreatnessOfTheAlmightyAleksolotlISwearIAmWorthyOfUsingTheLegacyBaseTemplate:
{
type: Boolean,
required: true,
},
},
data: function () {
return {
iFrameHeight: 0,
......
......@@ -125,6 +125,9 @@
"ical_feed": {
"menu_title": "Kalender-Feeds"
},
"legacy": {
"unworthy": "Die Lebensform, die diese Seite erstellt hat, hat dem allmächtigen Aleksolotl keine Unterwerfung gezeigt."
},
"network_errors": {
"error_404": "404",
"offline_notification": "Sie sind offline. Einige Funktionen werden nicht funktionieren und einige Daten werden nicht aktuell sein.",
......
......@@ -122,6 +122,9 @@
"ical_feed": {
"menu_title": "Calendar Feeds"
},
"legacy": {
"unworthy": "The life-form who created this view did not bow to the powers of the almighty Aleksolotl."
},
"notifications": {
"mark_as_read": "Mark as read",
"more_information": "More information",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment