1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-03 18:35:09 +01:00

Add artist contact information

This commit is contained in:
Tim Daubenschütz 2015-11-12 11:51:33 +01:00
parent 5b594e9d82
commit 3be275aefd

View File

@ -206,6 +206,13 @@ const PRRegisterPieceForm = React.createClass({
rows={1} rows={1}
placeholder={getLangText('Enter exhibitions and publication history')}/> placeholder={getLangText('Enter exhibitions and publication history')}/>
</Property> </Property>
<Property
name='contact_information'
label={getLangText('Contact information')}>
<InputTextAreaToggable
rows={1}
placeholder={getLangText('Enter your contact information (phone / website)')}/>
</Property>
</Form> </Form>
<Form <Form
buttons={{}} buttons={{}}
@ -283,8 +290,8 @@ const PRRegisterPieceForm = React.createClass({
}} }}
location={location} location={location}
fileClassToUpload={{ fileClassToUpload={{
singular: getLangText('Upload'), singular: getLangText('Upload supporting material'),
plural: getLangText('Upload') plural: getLangText('Upload supporting materials')
}}/> }}/>
<span>{getLangText('Supporting Materials (Optional)')}</span> <span>{getLangText('Supporting Materials (Optional)')}</span>
</Property> </Property>