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}
|
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>
|
||||||
|
Loading…
Reference in New Issue
Block a user