Recoded it to not use the editor for the Second Chance page. The editor was not able to handle a download link (the link failed to work without a page refresh after clicking, and the download property of the link could not be set).
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<div id="page">
|
||||
<div class="topBar">
|
||||
<div class="logoLeft" onclick="{{pathFor 'Home'}}"></div>
|
||||
<a href="{{ pathFor 'Home' }}"><div class="logoLeft"></div></a>
|
||||
<div class="menuBar">
|
||||
<div onmousedown="return false">
|
||||
<a href="{{pathFor 'InternshipsEditor'}}"><li class="fa fa-key theKey" aria-hidden="true"></li></a>
|
||||
|
||||
Reference in New Issue
Block a user