Revision 3ff82dca snf-astakos-app/astakos/im/forms.py

b/snf-astakos-app/astakos/im/forms.py
646 646

  
647 647

  
648 648
app_home_label       =  "Homepage URL"
649
app_home_placeholder =  'http://myteam.myinstitution.org/myproject/'
649
app_home_placeholder =  'myinstitution.org/myproject/'
650 650
app_home_help        =  _("""
651 651
        URL pointing at your project's site.
652
        e.g.: http://myteam.myinstitution.org/myproject.
652
        e.g.: myinstitution.org/myproject/.
653 653
        Leave blank if there is no website.""")
654 654
app_home_widget      =  forms.TextInput(
655 655
                            attrs={'placeholder': app_home_placeholder})

Also available in: Unified diff