Auskommentierter Support-Editor

NACHTI
This commit is contained in:
Holger Trampe 2019-12-16 23:28:54 +01:00
parent a7f2b27f48
commit 77e866238e
3 changed files with 3 additions and 3 deletions

View File

@ -36,4 +36,3 @@ class QuickLinks(models.Model):
return self.logo.url
else:
return "/media/agencymain/linkdefault.png"

View File

@ -15,11 +15,12 @@
</div>
<script type="text/javascript">
/*
$(document).ready(function() {
$('#id_problem').summernote({
height: 400
});
});
});*/
</script>
{% endblock content %}