Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
clearing up some profile edit
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpengi committed Jul 12, 2012
1 parent 5a90c23 commit 2d4348d
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions hicap/hicap/templates/membership/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,25 @@ <h1>Your Profile</h1>
{% if maker.is_public == False %}
<p class="alert">Your profile isn't public</p>
{% endif %}
{{ tags_form.as_p }}
{{ links_form.as_p }}
<div class="row-fluid">
<div class="span6">
<hr>
<h2>Interests</h2>
{{ tags_form.as_p }}
<hr>
</div>
<div class="span6">
<hr>
<h2>Links</h2>
{% for field in links_form %}
<p>
{{ field.help_text }}
{{ field }}
</p>
{% endfor %}
<hr>
</div>
</div>
{% endblock body_content %}
{% block sidebar_content %}
{% include "membership/sidebar.html" %}
Expand Down

0 comments on commit 2d4348d

Please sign in to comment.