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:
parent
5b594e9d82
commit
3be275aefd
@ -206,6 +206,13 @@ const PRRegisterPieceForm = React.createClass({
|
||||
rows={1}
|
||||
placeholder={getLangText('Enter exhibitions and publication history')}/>
|
||||
</Property>
|
||||
<Property
|
||||
name='contact_information'
|
||||
label={getLangText('Contact information')}>
|
||||
<InputTextAreaToggable
|
||||
rows={1}
|
||||
placeholder={getLangText('Enter your contact information (phone / website)')}/>
|
||||
</Property>
|
||||
</Form>
|
||||
<Form
|
||||
buttons={{}}
|
||||
@ -283,8 +290,8 @@ const PRRegisterPieceForm = React.createClass({
|
||||
}}
|
||||
location={location}
|
||||
fileClassToUpload={{
|
||||
singular: getLangText('Upload'),
|
||||
plural: getLangText('Upload')
|
||||
singular: getLangText('Upload supporting material'),
|
||||
plural: getLangText('Upload supporting materials')
|
||||
}}/>
|
||||
<span>{getLangText('Supporting Materials (Optional)')}</span>
|
||||
</Property>
|
||||
|
Loading…
Reference in New Issue
Block a user