settings: Remove unused class

(imported from commit dedb4c02098f3cec9c2e3d67c377672925a04f4b)
This commit is contained in:
Keegan McAllister 2013-04-03 16:51:14 -04:00
parent 38517b3ff4
commit 627bcc3add
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<br />
</div>
<div id="get_api_key_box">
<form action="/json/fetch_api_key" method="post" class="settings">{% csrf_token %}
<form action="/json/fetch_api_key" method="post">{% csrf_token %}
<label for="password">Enter your password to get your API key</label>
<input type="password" autocomplete="off" name="password" id="get_api_key_password" value="" /><br />
<input type="submit" name="view_api_key" value="Get API Key" class="btn" />
@ -31,7 +31,7 @@
<br /><br />
<div id="settings-change-box">
<form action="/json/settings/change" method="post"
class="settings form-horizontal">{% csrf_token %}
class="form-horizontal">{% csrf_token %}
<div class="control-group">
<label for="full_name" class="control-label">Full name</label>
<div class="controls">