Fix contributing.md and fix quantity display on eticket

This commit is contained in:
2016-11-06 12:32:29 +01:00
parent d0cd8a8997
commit 160c7806df
3 changed files with 11 additions and 9 deletions

View File

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