clckwrks 0.25.1 → 0.25.2
raw patch · 3 files changed
+9/−4 lines, 3 files
Files
- Clckwrks/Authenticate/Page/ChangePassword.hs +5/−2
- Clckwrks/ProfileData/EditProfileData.hs +3/−1
- clckwrks.cabal +1/−1
Clckwrks/Authenticate/Page/ChangePassword.hs view
@@ -9,8 +9,11 @@ changePasswordPanel :: ClckT ClckURL (ServerPartT IO) Response changePasswordPanel =- do template "Upload Medium" () $ [hsx|+ do template "Change Password" () $ [hsx| <%>- <up-change-password />+ <h2>Change Password</h2>+ <div ng-controller="UsernamePasswordCtrl">+ <up-change-password />+ </div> </%> |]
Clckwrks/ProfileData/EditProfileData.hs view
@@ -39,7 +39,9 @@ template "Edit Profile Data" () $ [hsx| <%> <% reform (form action) "epd" updated Nothing (emailFormlet user) %>- <up-change-password />+-- <div ng-controller="UsernamePasswordCtrl">+-- <up-change-password />+-- </div> </%> |] where updated :: () -> Clck ProfileDataURL Response
clckwrks.cabal view
@@ -1,5 +1,5 @@ Name: clckwrks-Version: 0.25.1+Version: 0.25.2 Synopsis: A secure, reliable content management system (CMS) and blogging platform Description: clckwrks (pronounced, clockworks) aims to compete directly with popular PHP-based blogging and CMS