Skip to content

Commit

Permalink
Merge pull request tedtieken#5 from brianjyee/feature/profiles
Browse files Browse the repository at this point in the history
remove update button
  • Loading branch information
esoergel committed May 25, 2013
2 parents e95ab25 + a3fdc4e commit 29d849f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
<div style="float:right;">
<!-- <img style="margin-right:20px;" src="http://www.gravatar.com/avatar/17eec5e3a2218193fc20744616f4bcd3?s=128"> -->

<br><br><a class="btn btn-large btn-primary" style="" href="/users/edit/">Update profile</a>

</div>
<h2>{{userprofile.user.username}}</h2>
<div style="float:left;">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
{% csrf_token %}

{{form}}
<br>
<input type="submit" value="Update"/>

</form>
Expand Down

0 comments on commit 29d849f

Please sign in to comment.