mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-02-23 21:01:22 +00:00
Compare commits
No commits in common. "97972687368e5f69df845aa00998b658833fff4a" and "f8297eebe1cc53a5f1ae6e40623fd017ab523ea4" have entirely different histories.
9797268736
...
f8297eebe1
@ -566,7 +566,6 @@ class Solution(models.Model):
|
||||
verbose_name = _("solution")
|
||||
verbose_name_plural = _("solutions")
|
||||
unique_together = (('participation', 'problem', 'final_solution', ), )
|
||||
ordering = ('participation__team__trigram', 'problem',)
|
||||
|
||||
|
||||
class Synthesis(models.Model):
|
||||
@ -610,7 +609,6 @@ class Synthesis(models.Model):
|
||||
verbose_name = _("synthesis")
|
||||
verbose_name_plural = _("syntheses")
|
||||
unique_together = (('participation', 'passage', 'type', ), )
|
||||
ordering = ('passage__pool__round', 'type',)
|
||||
|
||||
|
||||
class Note(models.Model):
|
||||
|
2
tfjm/static/jquery/jquery-3.5.1.slim.min.js
vendored
Normal file
2
tfjm/static/jquery/jquery-3.5.1.slim.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
tfjm/static/jquery/jquery-3.6.0.min.js
vendored
2
tfjm/static/jquery/jquery-3.6.0.min.js
vendored
File diff suppressed because one or more lines are too long
@ -24,7 +24,7 @@
|
||||
<link rel="stylesheet" href="{% static 'fontawasome/css/v4-shims.css' %}">
|
||||
|
||||
{# JQuery, Bootstrap and Turbolinks JavaScript #}
|
||||
<script src="{% static 'jquery/jquery-3.6.0.min.js' %}"></script>
|
||||
<script src="{% static 'jquery/jquery-3.5.1.slim.min.js' %}"></script>
|
||||
<script src="{% static 'bootstrap/js/bootstrap.bundle.min.js' %}"></script>
|
||||
<script src="{% static 'turbolinks/turbolinks.js' %}"></script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user