mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +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();
|
||||
});
|
||||
|
||||
//setCookie(currentUser.email, piece.id);
|
||||
setCookie(currentUser.email, piece.id);
|
||||
|
||||
return requests.post(ApiUrls.piece_extradata, {
|
||||
body: {
|
||||
|
@ -63,15 +63,6 @@ const PRRegisterPiece = React.createClass({
|
||||
<div className="register-piece--info">
|
||||
<h1>Portfolio Review</h1>
|
||||
<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'}}>
|
||||
{getLangText("You're submitting as %s. ", currentUser.email)}
|
||||
<Link to="/logout">{getLangText('Change account?')}</Link>
|
||||
|
Loading…
Reference in New Issue
Block a user