From 59098774b7decf60d78b82d23f7b0ddb2f83b27c Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sun, 24 Jan 2016 19:55:27 +0100 Subject: [PATCH] Remove snail mail and charge-free terms --- scipost/forms.py | 2 +- scipost/templates/scipost/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scipost/forms.py b/scipost/forms.py index 781f0ee1a..f347e1f01 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 ee8b15894..06e7ef76a 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> -- GitLab