reorganized static files folder

added folders for js and css files, added bootstrap files to static
This commit is contained in:
2021-12-09 07:08:43 -06:00
parent 5e7b35926d
commit d6220fee57
49 changed files with 60262 additions and 7 deletions

View File

@@ -42,7 +42,7 @@
</div>
</form>
</div>
<script src="{% static 'Sortable.js' %}"></script>
<script src="{% static 'js/Sortable.js' %}"></script>
<script id="sortable">
function refresh_lineup_order (){
var player_rows = document.getElementById('lineup').querySelectorAll('tr')