Skip to content

Commit

Permalink
Make sure we know how to do the labels
Browse files Browse the repository at this point in the history
  • Loading branch information
chilts committed May 8, 2010
1 parent 121ae0f commit c4e7548
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion theme/admin/page-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ <h2>New {{type}}</h2>

<tr>
<th><label for="id_label_raw">Label:</label></th>
<td><input type="text" id="id_label_raw" name="label_raw" value="{{ item.label_raw|escape }}" /></td>
<td>
<input type="text" id="id_label_raw" name="label_raw" value="{{ item.label_raw|escape }}" /><br /><span class="msg">(Space separated, no commas.)</span>
</td>
</tr>

<tr>
Expand Down

0 comments on commit c4e7548

Please sign in to comment.