momo: adding three new icons (#8661)

This commit is contained in:
Frédéric Péters 2015-10-16 18:04:07 +02:00
parent e58f4992c6
commit cf8ed91f5e
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ class MomoIconCell(CellBase):
('fa-calendar', _('Calendar')),
('fa-map-marker', _('Map Marker')),
('fa-book', _('Book')),
('fa-envelope', _('Envelope')),
('fa-car', _('Car')),
('fa-road', _('Road')),
])
class Meta: