diff --git a/scipost/forms.py b/scipost/forms.py index 781f0ee1aab842619f64644a7fa975ff15de773a..f347e1f01420217995cb102d457d033703b1e784 100644 --- a/scipost/forms.py +++ b/scipost/forms.py @@ -25,7 +25,7 @@ class RegistrationForm(forms.Form): nationality = LazyTypedChoiceField(choices=countries, label='Nationality', initial='CA', required=False, widget=CountrySelectWidget(layout='{widget}<img class="country-select-flag" id="{flag_id}" style="margin: 6px 4px 0" src="{country.flag}">')) country_of_employment = LazyTypedChoiceField(choices=countries, label='* Country of employment', initial='NL', widget=CountrySelectWidget(layout='{widget}<img class="country-select-flag" id="{flag_id}" style="margin: 6px 4px 0" src="{country.flag}">')) affiliation = forms.CharField(label='* Affiliation', max_length=300) - address = forms.CharField(label='Address', max_length=1000, widget=forms.TextInput({'placeholder': 'For eventual snail mail correspondence'}), required=False) + address = forms.CharField(label='Address', max_length=1000, widget=forms.TextInput({'placeholder': 'For postal correspondence'}), required=False) personalwebpage = forms.URLField(label='Personal web page', widget=forms.TextInput({'placeholder': 'full URL, e.g. http://www.[yourpage].com'}), required=False) username = forms.CharField(label='* Username', max_length=100) password = forms.CharField(label='* Password', widget=forms.PasswordInput()) diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html index ee8b15894ee0331e3098c5506d8db1d14af29f21..06e7ef76af2922a57a287c722fb8b28fd05af1c8 100644 --- a/scipost/templates/scipost/index.html +++ b/scipost/templates/scipost/index.html @@ -18,7 +18,7 @@ <div class="col-4"> <h1><a href="{% url 'journals:journals' %}">Journals</a></h1> <p id="journalsannouncesmall">OPEN FOR SUBMISSION STARTING 1 MARCH 2016</p> - <p>SciPost publishes a portfolio of high-quality open access, charge-free scientific journals.</p> + <p>SciPost publishes a portfolio of high-quality two-way open access scientific journals.</p> <p>All SciPost Journals implement the maximally stringent <a href="{% url 'scipost:peer_witnessed_refereeing' %}">peer-witnessed refereeing</a> principle.</p> <p>All Journals are fully managed by professional scientists.</p> <h3><a href="{% url 'scipost:peer_witnessed_refereeing' %}">Learn about peer-witnessed refereeing</a></h3>