Restyle the invite display

This commit is contained in:
Trever Fischer
2012-03-02 16:45:55 -05:00
parent 6b1daeafa7
commit c02d354bb0
3 changed files with 7 additions and 7 deletions

View File

@@ -5,10 +5,6 @@
{% block content %}
<p>To invite a friend to Caminus, simply share them this code, or link to this page:</p>
<div id="invite-code">
<p>Code</p>
<input type="text" value="{{invite.code}}" onClick="this.select()"/>
<br />
<p>Link</p>
<input type="text" value="http://{{site_url}}{{ invite.get_absolute_url }}" onClick="this.select()"/>
</div>
{% endblock %}