Skip to content

Commit

Permalink
Fixed #451 — removed inlineLabels from profile edit and add bookmark …
Browse files Browse the repository at this point in the history
…templates to improve form rendering.

Signed-off-by: Brian Rosner <brosner@gmail.com>
  • Loading branch information
lukeman authored and brosner committed Sep 3, 2009
1 parent 4901e00 commit 3093baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pinax/templates/default/bookmarks/add.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>{% trans "Add Bookmark" %}</h1>
<p>You can drag this '<a href="{{ bookmarklet }}">Add to {{ SITE_NAME }} Bookmarks</a>' link to your bookmark bar to post the pages you visit!</p>

<form method="POST" action="" class="uniForm">
<fieldset class="inlineLabels">
<fieldset>
{{ bookmark_form|as_uni_form }}
<div class="form_block">
<input type="submit" value="{% trans 'add bookmark' %}">
Expand Down
2 changes: 1 addition & 1 deletion pinax/templates/default/profiles/profile_form.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load uni_form %}

<form class="uniForm" method="POST" action="{% url profile_edit %}">
<fieldset class="inlineLabels">
<fieldset>
{{ profile_form|as_uni_form }}
<div class="form_block">
<input type="submit" value="update" />
Expand Down

0 comments on commit 3093baa

Please sign in to comment.