mirror of
https://github.com/umap-project/umap.git
synced 2025-05-10 08:11:48 +02:00
Compare commits
2 commits
c4c874c5c2
...
c8e171eb91
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c8e171eb91 | ||
![]() |
88ed5af776 |
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ from umap.models import Map
|
||||||
|
|
||||||
|
|
||||||
class Command(BaseCommand):
|
class Command(BaseCommand):
|
||||||
help = "Remove maps in trash. Eg.: umap purge_deleted --days 7"
|
help = "Remove maps in trash. Eg.: umap empty_trash --days 7"
|
||||||
|
|
||||||
def add_arguments(self, parser):
|
def add_arguments(self, parser):
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|
|
@ -31,8 +31,8 @@ const TOP_BAR_TEMPLATE = `
|
||||||
<button class="edit-save button round" type="button" data-ref="save">
|
<button class="edit-save button round" type="button" data-ref="save">
|
||||||
<i class="icon icon-16 icon-save"></i>
|
<i class="icon icon-16 icon-save"></i>
|
||||||
<i class="icon icon-16 icon-save-disabled"></i>
|
<i class="icon icon-16 icon-save-disabled"></i>
|
||||||
<span data-ref="saveLabel">${translate('Save')}</span>
|
<span hidden data-ref="saveLabel">${translate('Save')}</span>
|
||||||
<span data-ref="saveDraftLabel">${translate('Save draft')}</span>
|
<span hidden data-ref="saveDraftLabel">${translate('Save draft')}</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>`
|
</div>`
|
||||||
|
|
Loading…
Reference in a new issue