Skip to content

Commit

Permalink
Merge pull request #46 from mitodl/nl/ux-feedback
Browse files Browse the repository at this point in the history
Implement feedback on UX
  • Loading branch information
rhysyngsun authored Apr 2, 2024
2 parents 7b07a5c + 01917ad commit f730bd4
Show file tree
Hide file tree
Showing 4 changed files with 763 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<#import "template.ftl" as layout>
<@layout.registrationLayout displayMessage=!messagesPerField.existsError('username','password') displayInfo=realm.password && realm.registrationAllowed && !registrationDisabled??; section>
<#if section = "header">
<#if attemptedName??>
<#if (attemptedName!"")?has_content>
${msg("loginGreeting")} ${attemptedName}!
<#else>
${msg("loginAccountTitle")}
Expand Down
Loading

0 comments on commit f730bd4

Please sign in to comment.