1
0
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.

4 changed files with 3 additions and 5 deletions

View File

@ -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):

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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>