Skip to content

Commit

Permalink
Revert "fix: исправлена опечатка."
Browse files Browse the repository at this point in the history
This reverts commit 037cfc9.
  • Loading branch information
menma331 committed Mar 7, 2024
1 parent 04838f5 commit 8aa30cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from products.models.categories import Category


class ModelAdminWithImage(admin.ModelAdmin):
class ModelaAdminWithImage(admin.ModelAdmin):
"""Общая модель админа для отображения ссылок изображения."""

@admin.display(description='Изображение', ordering='image')
Expand Down

0 comments on commit 8aa30cf

Please sign in to comment.