Skip to content

Commit

Permalink
fixed dead login link and added next param
Browse files Browse the repository at this point in the history
  • Loading branch information
ajefts committed Mar 21, 2016
1 parent daf0db2 commit 1d324be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/includes/inc_header.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</script>

<a href="javascript:;" class="social-login">Social login</a>
| <a href="<or:url value='/actions/Login' />">Login</a>
| <a href="http://<%=ApplicationServer.SERVER_NAME%>/login/?next=https://<%=ApplicationServer.SOFTWARE_SERVER_NAME%>/review">Login</a>
| <a href="http://<%=ApplicationServer.SERVER_NAME%>/reg/">Register</a>
| <a href="http://<%=ApplicationServer.SERVER_NAME%>/">Home</a>
</c:if>
Expand Down

0 comments on commit 1d324be

Please sign in to comment.