Skip to content
This repository was archived by the owner on Oct 28, 2019. It is now read-only.

Commit 2436b99

Browse files
author
Jan Harasym
committed
Expires in 10 minutes.
1 parent 14c7675 commit 2436b99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paste/forms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from paste.models import Snippet
44

55
EXPIRE_CHOICES = (
6+
(600, 'In 10 minutes'),
67
(3600, 'In one hour'),
78
(3600*24, 'In one day'),
89
(3600*24*7, 'In one week'),

0 commit comments

Comments
 (0)