class RegistrationForm(ContactForm):
form_tag = 'register'
- save_as_tag = '2017'
- conference_name = u'CopyCamp 2017'
+ save_as_tag = '2018'
+ conference_name = u'CopyCamp 2018'
notify_on_register = False
form_title = _('Registration')
organization = forms.CharField(label=_('Organization'), max_length=256, required=False)
country = forms.ChoiceField(label=_('Country of residence'), choices=zip(COUNTRIES, COUNTRIES))
travel_grant = forms.BooleanField(
- label=_('I require financial assistance to attend CopyCamp 2017.'), required=False)
+ label=_('I require financial assistance to attend CopyCamp 2018.'), required=False)
travel_grant_motivation = forms.CharField(
label=_('Please write us about yourself and why you want to come to CopyCamp. '
'This information will help us evaluate your travel grant application:'),
class WorkshopForm(ContactForm):
form_tag = 'workshops'
- save_as_tag = 'workshops-2017'
- conference_name = u'CopyCamp 2017'
+ save_as_tag = 'workshops-2018'
+ conference_name = u'CopyCamp 2018'
form_title = _('Workshop')
notify_on_register = False
mailing_field = 'agree_mailing'
# msgstr "Wiadomość wysłana automatycznie, prosimy nie odpowiadać."
#: templates/contact/register/mail_subject.txt:1
-msgid "Thank you for registering to CopyCamp 2017"
-msgstr "Dziękujemy za rejestrację na konferencję CopyCamp 2017"
+msgid "Thank you for registering to CopyCamp 2018"
+msgstr "Dziękujemy za rejestrację na konferencję CopyCamp 2018"
#: templates/contact/register/thanks.html:5
#: templates/contact/workshops/thanks.html:5
<meta property='og:site_name' content='CopyCamp' />
<meta property='og:description' content='{% block ogdescription %}{% trans "CopyCamp Conference is the first large-scale meeting in Poland devoted to the issues of copyright in both ideological and practical terms." %}{% endblock %}' />
<meta property='og:type' content='{% block ogtype %}website{% endblock %}' />
- <meta property='og:image' content='{% block ogimage %}https://copycamp.pl{% static "img/copycamp_2017_"|add:request.LANGUAGE_CODE|add:"_big.png" %}{% endblock %}' />
+ <meta property='og:image' content='{% block ogimage %}https://copycamp.pl{% static "img/copycamp_2018_"|add:request.LANGUAGE_CODE|add:"_big.png" %}{% endblock %}' />
<meta property='og:locale' content='{% if LANGUAGE_CODE == 'en'%}en_US{% else %}pl_PL{% endif %}' />
</head>
<body>
<div class="bar-left">
<a id="logo" href="{% url "migdal_main" %}">
<img alt="{% trans "CopyCamp" %}"
- src="{% static "img/copycamp_2017_"|add:request.LANGUAGE_CODE|add:".png" %}" /></a>
+ src="{% static "img/copycamp_2018_"|add:request.LANGUAGE_CODE|add:".png" %}" /></a>
</div>
<div class="bar-right">
<a href="http://prawokultury.pl"><img src="{% static "img/logo_160.png" %}" alt="PrawoKultury.pl"/></a>