File tree 2 files changed +26
-0
lines changed
2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ SPDX-FileCopyrightText: 2017 Martin Glauer <MGlauer>
3
+ SPDX-FileCopyrightText: 2019 Klara Reder <kla-r>
4
+ SPDX-FileCopyrightText: 2019 Johann Wagner <johannwagner>
5
+ SPDX-FileCopyrightText: 2022 Bryan Lancien <bmlancien>
6
+ SPDX-FileCopyrightText: 2022 Christian Winger <wingechr>
7
+ SPDX-FileCopyrightText: 2022 Ludwig Hülk <Ludee> © Reiner Lemoine Institut
8
+ SPDX-FileCopyrightText: oeplatform <https://github.com/OpenEnergyPlatform/oeplatform/>
9
+ SPDX-License-Identifier: MIT
10
+ -->
11
+
1
12
{% extends "base/base.html" %}
2
13
{% load django_bootstrap5 %}
3
14
{% block main-content-body %}
Original file line number Diff line number Diff line change
1
+ <!--
2
+ SPDX-FileCopyrightText: 2017 Martin Glauer <MGlauer>
3
+ SPDX-FileCopyrightText: 2017 <EdithaK> © Reiner Lemoine Institut
4
+ SPDX-FileCopyrightText: 2019 Johann Wagner <johannwagner>
5
+ SPDX-FileCopyrightText: 2020 Ludwig Hülk <Ludee> © Reiner Lemoine Institut
6
+ SPDX-FileCopyrightText: 2022 Jonas Huber <jh-RLI> © Reiner Lemoine Institut
7
+ SPDX-FileCopyrightText: 2022 Bryan Lancien <bmlancien>
8
+ SPDX-FileCopyrightText: 2022 Christian Winger <wingechr>
9
+ SPDX-FileCopyrightText: 2023 Christian Hofmann <christian-rli> © Reiner Lemoine Institut
10
+ SPDX-FileCopyrightText: 2024 Santosh Mutyala <SMutyala18>
11
+ SPDX-FileCopyrightText: 2024 Jonas Huber <jh-RLI> © Reiner Lemoine Institut
12
+ SPDX-FileCopyrightText: oeplatform <https://github.com/OpenEnergyPlatform/oeplatform/>
13
+ SPDX-License-Identifier: MIT
14
+ -->
15
+
1
16
{% extends "base/base-full.html" %}
2
17
{% load django_bootstrap5 %}
3
18
{% load static %} {# Important for using the *static* tag #}
You can’t perform that action at this time.
0 commit comments