Skip to content

Commit

Permalink
Merge pull request #946 from ojii/issue-942
Browse files Browse the repository at this point in the history
Fixed login form in toolbar not submitting itself on enter by hacking aro
  • Loading branch information
fivethreeo committed Aug 14, 2011
2 parents 17033f9 + 83e7e3f commit f08d27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/templates/cms/toolbar/items/login.html
Expand Up @@ -9,6 +9,6 @@
<a href="#" class="cms_toolbar-btn cms_toolbar-btn_left">
<span class="cms_toolbar-btn_right">{% trans "Login" %}</span>
</a>
<input type="submit" value="{% trans 'Login' %}" style="display:none;" />
<input type="submit" value="{% trans 'Login' %}" style="border:0;height:0;width:0" />
</fieldset>
</form>

0 comments on commit f08d27c

Please sign in to comment.