Add site url to the invite link
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user