Log In/Sign Up instead of login/register

This commit is contained in:
mdipierro
2014-08-14 19:48:09 -05:00
parent 88e971b9d8
commit f4ebc5097e
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.10.0-trunk+timestamp.2014.08.14.19.39.36
Version 2.10.0-trunk+timestamp.2014.08.14.19.47.45
+3 -1
View File
@@ -1,6 +1,8 @@
{{extend 'layout.html'}}
<h2>{{=T( request.args(0).replace('_',' ').capitalize() )}}</h2>
<h2>
{{=T('Sign Up') if request.args(0) == 'register' else T('Log In') if request.args(0) == 'login' else T(request.args(0).replace('_',' ').title())}}
</h2>
<div class="container">
<div class="row">