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

@ -35,5 +35,4 @@ class QuickLinks(models.Model):
if self.logo and hasattr(self.logo, 'url'): if self.logo and hasattr(self.logo, 'url'):
return self.logo.url return self.logo.url
else: else:
return "/media/agencymain/linkdefault.png" return "/media/agencymain/linkdefault.png"

View File

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