mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Merge pull request #52 from ascribe/AD-1428-add-link-to-portfolio-review-website
Add link to portfolio review website to registration form
This commit is contained in:
commit
02bb72970d
@ -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