Skip to content

Commit a61e2a7

Browse files
committed
move the inline JS to ui.js from HTML
2 parents de80bd1 + aada085 commit a61e2a7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

meta_creator/templates/meta_creator/legals.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="row justify-content-center mb-3">
1515
<div class="col-auto">
1616
<button class="btn lang-btn active-lang" id="lang-toggle" data-lang="en" onclick="toggleLang()">
17-
<i class="fa fa-globe"></i> DE
17+
<i class="fa fa-globe"></i> Deutsch
1818
</button>
1919
</div>
2020
</div>
@@ -25,7 +25,7 @@
2525
<div class="col-12">
2626
<h4>Address:</h4>
2727
<address>
28-
OFFIS e. V.<br>
28+
OFFIS e.V.<br>
2929
Escherweg 2<br>
3030
26121 Oldenburg<br>
3131
Germany<br>
@@ -76,7 +76,7 @@ <h4>Responsible in the sense of press law</h4>
7676
<div class="col-12">
7777
<h4>Adresse:</h4>
7878
<address>
79-
OFFIS e. V.<br>
79+
OFFIS e.V.<br>
8080
Escherweg 2<br>
8181
26121 Oldenburg<br>
8282
Deutschland<br>
@@ -119,5 +119,4 @@ <h4>Verantwortlich im Sinne des Presserechts</h4>
119119
</div>
120120
</div>
121121

122-
123122
{% endblock content %}

0 commit comments

Comments
 (0)