Skip to content
Snippets Groups Projects
Commit 72ae86f2 authored by Julian's avatar Julian
Browse files

Apply suggestion to aleksis/apps/hjelp/models.py

parent f14b5f50
No related branches found
No related tags found
1 merge request!6Add ckeditor in FAQ questions admin interface
......@@ -52,7 +52,7 @@ class FAQQuestion(models.Model):
class BugReportSelectModel(models.Model):
name = models.CharField(max_length=40, verbose_name=_("category name"))
name = models.CharField(max_length=40, verbose_name=_("Category name"))
icon = models.CharField(max_length=50, verbose_name=_("icon"), blank=True)
parent = models.ForeignKey("self", related_name="children", on_delete=models.CASCADE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment