summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index a11eed783..46aafe2ad 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -841,7 +841,7 @@ class DocumentTemplate(models.Model):
class Meta:
verbose_name = _(u"Document template")
verbose_name_plural = _(u"Document templates")
- ordering = ['associated_object_name']
+ ordering = ['associated_object_name', 'name']
def __unicode__(self):
return self.name