Skip to content

Commit

Permalink
Fix issue openhatch#60 Move contact above whiteboard in person page
Browse files Browse the repository at this point in the history
  • Loading branch information
daveeloo committed Oct 21, 2013
1 parent 244e187 commit e322352
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions greenhouse/templates/greenhouse/person.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,6 @@ <h2>Most recent uploads:</h2>
</div>


<div id='whiteboard'>
<h2>Whiteboard:</h2>

<form action="#" method="post">{% csrf_token %}
{{ notes_form.notes }}
<input type="submit" name='save_notes' value="Save" />
</form>
</div>

<div id='contacts'>

<h2>Record contact:</h2>
Expand Down Expand Up @@ -126,6 +117,17 @@ <h3>#{{ forloop.revcounter }}</h3>
</div>
</div>

<div id='whiteboard'>
<h2>Whiteboard:</h2>

<form action="#" method="post">{% csrf_token %}
{{ notes_form.notes }}
<input type="submit" name='save_notes' value="Save" />
</form>
</div>



<script type="text/javascript">
var textarea = document.getElementById('id_comment');
textarea.setAttribute('placeholder', 'After you contact the person leave a comment here...' +
Expand Down

0 comments on commit e322352

Please sign in to comment.