A few notes and template changes.
This commit is contained in:
@ -5,6 +5,20 @@
|
||||
{% include "footer" %}
|
||||
|
||||
<style>
|
||||
|
||||
body[data-lang='EN'] .card-learning-path[data-lang='DE'],
|
||||
body[data-lang='DE'] .card-learning-path[data-lang='EN'] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
body[data-lang='EN'] .card-learning-path[data-lang='EN'],
|
||||
body[data-lang='DE'] .card-learning-path[data-lang='DE'] {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.card-learning-path[data-lang='DE'] {display:block;}
|
||||
.card-learning-path[data-lang='EN'] {display:none;}
|
||||
|
||||
.np-learning-paths {
|
||||
background: #8B78FA;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user