summernote auf deutsch
This commit is contained in:
parent
7e8a1383bd
commit
fd0e7e46db
Binary file not shown.
|
|
@ -10,7 +10,7 @@
|
||||||
</nav>
|
</nav>
|
||||||
<h4>Standards aus dem Aufgabenbereich {{taskname}} des Bereichs {{areaname}}</h4>
|
<h4>Standards aus dem Aufgabenbereich {{taskname}} des Bereichs {{areaname}}</h4>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="row ml-1">
|
<div class="row ml-1 col-12">
|
||||||
<table class="table hover " id="standardstable">
|
<table class="table hover " id="standardstable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -826,8 +826,9 @@ $("#id_area").change(function () {
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('#id_content').summernote({
|
$('#id_content').summernote({
|
||||||
height: 400,
|
|
||||||
lang: "de-DE",
|
lang: "de-DE",
|
||||||
|
height: 400
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,13 +52,11 @@
|
||||||
<link href="{% static 'users/css/sb-admin-2.css' %}" rel="stylesheet">
|
<link href="{% static 'users/css/sb-admin-2.css' %}" rel="stylesheet">
|
||||||
|
|
||||||
<link href="{% static 'users/css/theme.css' %}" rel="stylesheet">
|
<link href="{% static 'users/css/theme.css' %}" rel="stylesheet">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/summernote@0.8.16/dist/summernote-bs4.css" rel="stylesheet">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/summernote@0.8.16/dist/summernote-bs4.js"></script>
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/summernote@0.8.16/dist/summernote.css" rel="stylesheet">
|
||||||
|
<script src="{% static 'summernote/lang/summernote-de-DE.min.js' %}"></script>
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
@ -350,7 +348,7 @@
|
||||||
<!-- CUSTOM FONT -->
|
<!-- CUSTOM FONT -->
|
||||||
<!--<link href="{% static 'users/css/custom.css' %}" rel="stylesheet">-->
|
<!--<link href="{% static 'users/css/custom.css' %}" rel="stylesheet">-->
|
||||||
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/summernote@0.8.16/dist/summernote-bs4.js"></script>
|
|
||||||
<!-- TABLE SORT -->
|
<!-- TABLE SORT -->
|
||||||
<!--<script src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js"></script>-->
|
<!--<script src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js"></script>-->
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue