Skip to content

Commit

Permalink
Fixed unclosed button tag for 'Update Profile' button
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Aug 30, 2012
1 parent 598f1ec commit eb209d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/user/edit_user_form.html
Expand Up @@ -24,6 +24,6 @@
</fieldset>

<div class="form-actions">
<button class="btn btn-primary" type="submit" name="save">{{ _('Update Profile') }}
<button class="btn btn-primary" type="submit" name="save">{{ _('Update Profile') }}</button>
</div>
</form>

0 comments on commit eb209d5

Please sign in to comment.