mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
Last minute edits
This commit is contained in:
parent
5d7f6bf6ed
commit
633ebc8fb9
@ -92,7 +92,7 @@ const PRRegisterPieceForm = React.createClass({
|
|||||||
proofOfPayment.refs.input.createBlobRoutine();
|
proofOfPayment.refs.input.createBlobRoutine();
|
||||||
});
|
});
|
||||||
|
|
||||||
//setCookie(currentUser.email, piece.id);
|
setCookie(currentUser.email, piece.id);
|
||||||
|
|
||||||
return requests.post(ApiUrls.piece_extradata, {
|
return requests.post(ApiUrls.piece_extradata, {
|
||||||
body: {
|
body: {
|
||||||
|
@ -63,15 +63,6 @@ const PRRegisterPiece = React.createClass({
|
|||||||
<div className="register-piece--info">
|
<div className="register-piece--info">
|
||||||
<h1>Portfolio Review</h1>
|
<h1>Portfolio Review</h1>
|
||||||
<h2>{getLangText('Submission closing on %s', ' 21 Dec 2015')}</h2>
|
<h2>{getLangText('Submission closing on %s', ' 21 Dec 2015')}</h2>
|
||||||
<p>
|
|
||||||
{getLangText('Submissions are open to everyone, we accept only PDFs.')}
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
{getLangText('We accept only one PDF with up to 20 images from every participant.')}
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
{getLangText('You need to pay 50€ in order to apply. We only accept PayPal.')}
|
|
||||||
</p>
|
|
||||||
<p style={{marginTop: '1em'}}>
|
<p style={{marginTop: '1em'}}>
|
||||||
{getLangText("You're submitting as %s. ", currentUser.email)}
|
{getLangText("You're submitting as %s. ", currentUser.email)}
|
||||||
<Link to="/logout">{getLangText('Change account?')}</Link>
|
<Link to="/logout">{getLangText('Change account?')}</Link>
|
||||||
|
Loading…
Reference in New Issue
Block a user