Add site url to the invite link

This commit is contained in:
Trever Fischer
2012-02-19 23:12:34 -05:00
parent 47a4c83c1c
commit 55201d6a22
2 changed files with 4 additions and 2 deletions

View File

@@ -9,6 +9,6 @@
<input type="text" value="{{invite.code}}" onClick="this.select()"/>
<br />
<p>Link</p>
<input type="text" value="{{ invite.get_absolute_url }}" onClick="this.select()"/>
<input type="text" value="http://{{site_url}}{{ invite.get_absolute_url }}" onClick="this.select()"/>
</div>
{% endblock %}