parent
a7f2b27f48
commit
77e866238e
Binary file not shown.
|
|
@ -35,5 +35,4 @@ class QuickLinks(models.Model):
|
|||
if self.logo and hasattr(self.logo, 'url'):
|
||||
return self.logo.url
|
||||
else:
|
||||
return "/media/agencymain/linkdefault.png"
|
||||
|
||||
return "/media/agencymain/linkdefault.png"
|
||||
|
|
@ -15,11 +15,12 @@
|
|||
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/*
|
||||
$(document).ready(function() {
|
||||
$('#id_problem').summernote({
|
||||
height: 400
|
||||
});
|
||||
});
|
||||
});*/
|
||||
</script>
|
||||
{% endblock content %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue