diff --git a/src/core/models.py b/src/core/models.py
index aeff19c..69dc9ef 100644
--- a/src/core/models.py
+++ b/src/core/models.py
@@ -162,7 +162,7 @@ class ProductVariant(models.Model):
return f'{self.product}: {self.name}'
class Meta:
- pass
+ ordering = ['weight']
class ProductOption(models.Model):
diff --git a/src/dashboard/templates/dashboard/order_detail.html b/src/dashboard/templates/dashboard/order_detail.html
index a457290..0c325b8 100644
--- a/src/dashboard/templates/dashboard/order_detail.html
+++ b/src/dashboard/templates/dashboard/order_detail.html
@@ -6,13 +6,7 @@
Order #{{order.pk}}