Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alpharder/7df27cef21a4b2df6b94 to your computer and use it in GitHub Desktop.
Save alpharder/7df27cef21a4b2df6b94 to your computer and use it in GitHub Desktop.
diff --git a/design/themes/basic/templates/views/profiles/components/profiles_account.tpl b/design/themes/basic/templates/views/profiles/components/profiles_account.tpl
index 64a3053..732653e 100644
--- a/design/themes/basic/templates/views/profiles/components/profiles_account.tpl
+++ b/design/themes/basic/templates/views/profiles/components/profiles_account.tpl
@@ -4,12 +4,10 @@
{hook name="profiles:account_info"}
-{if $nothing_extra || $runtime.checkout}
- <div class="control-group">
- <label for="email" class="cm-required cm-email cm-trim">{__("email")}</label>
- <input type="text" id="email" name="user_data[email]" size="32" maxlength="128" value="{$user_data.email}" class="input-text" />
- </div>
-{/if}
+<div class="control-group">
+ <label for="email" class="cm-required cm-email cm-trim">{__("email")}</label>
+ <input type="text" id="email" name="user_data[email]" size="32" maxlength="128" value="{$user_data.email}" class="input-text" />
+</div>
<div class="control-group">
<label for="password1" class="cm-required cm-password">{__("password")}</label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment