Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
369bb3de
Commit
369bb3de
authored
Feb 27, 2013
by
Georgios D. Tsoukalas
Browse files
Fix some messages
parent
ad8e73bb
Changes
4
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/management/commands/project-list.py
View file @
369bb3de
...
...
@@ -79,7 +79,7 @@ class Command(NoArgsCommand):
action
=
'store_true'
,
dest
=
'new'
,
default
=
False
,
help
=
"List only new project
request
s"
),
help
=
"List only new project
application
s"
),
make_option
(
'--modified'
,
action
=
'store_true'
,
dest
=
'modified'
,
...
...
snf-astakos-app/astakos/im/messages.py
View file @
369bb3de
...
...
@@ -192,7 +192,7 @@ APPLICATION_CANNOT_APPROVE = "Cannot approve application %s in st
APPLICATION_CANNOT_DENY
=
"Cannot deny application %s in state '%s'"
APPLICATION_CANNOT_DISMISS
=
"Cannot dismiss application %s in state '%s'"
APPLICATION_CANNOT_CANCEL
=
"Cannot cancel application %s in state '%s'"
APPLICATION_CANCELLED
=
"Your project
request
has been cancelled."
APPLICATION_CANCELLED
=
"Your project
application
has been cancelled."
REACHED_PENDING_APPLICATION_LIMIT
=
(
"You have reached the maximum number "
"of pending project applications: %s."
)
...
...
snf-astakos-app/astakos/im/models.py
View file @
369bb3de
...
...
@@ -364,7 +364,7 @@ class AstakosUser(User):
max_length
=
32
,
null
=
True
,
blank
=
True
,
help_text
=
_
(
'
test
'
))
help_text
=
_
(
'
Renew
'
))
auth_token_created
=
models
.
DateTimeField
(
_
(
'Token creation date'
),
null
=
True
)
auth_token_expires
=
models
.
DateTimeField
(
...
...
snf-astakos-app/astakos/im/templates/im/projects/project_detail.html
View file @
369bb3de
...
...
@@ -63,8 +63,8 @@
-
<a
style=
"font-size:0.7em"
href=
"{% url astakos.im.views.project_app_cancel last_pending.pk %}"
>
CANCEL {% if object.project_exists %} MODIFICATION {% else %}
PROJECT
{% endif %}
REQUEST
CANCEL
PROJECT
{% if object.project_exists %} MODIFICATION {% else %}
APPLICATION
{% endif %}
</a>
{% endif %}
{% endwith %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment