mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
Add link to portfolio review website to registration form
This commit is contained in:
parent
b8c58aa900
commit
6d5e3e1753
@ -63,6 +63,11 @@ 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', ' 22 Dec 2015')}</h2>
|
<h2>{getLangText('Submission closing on %s', ' 22 Dec 2015')}</h2>
|
||||||
|
<p>For more information, visit:
|
||||||
|
<a href="http://www.portfolio-review.de/submission/" target="_blank">
|
||||||
|
portfolio-review.de
|
||||||
|
</a>
|
||||||
|
</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