Merge branch 'sli' into 'master'

Edit CONTRIBUTING instructions

See merge request !20
This commit is contained in:
Skia
2016-11-06 23:27:00 +01:00
5 changed files with 71 additions and 58 deletions

View File

@ -69,7 +69,9 @@
{{ super() }}
<script>
$(function(){
$("#drop").accordion();
$("#drop").accordion({
heightStyle: "content"
});
});
</script>
{% endblock %}