mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-24 15:19:30 +00:00
Added some basic templates
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<h2>Group Request Accepted</h2>
|
||||
<p>
|
||||
Your request to join <b>{{ request.group.name }}</b> has been <b>accepted</b>.
|
||||
</p>
|
||||
<p>
|
||||
Please check the forums for further information on what this group entitles you to. Your accesss will be updated within the next few minutes.
|
||||
</p>
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
Your request to join {{ request.group.name }} has been accepted.
|
||||
|
||||
Please check the forums for further information on what this group entitles you to. Your accesss will be updated within the next few minutes.
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<h2>Group Request Rejected</h2>
|
||||
<p>
|
||||
Your request to join <b>{{ request.group.name }}</b> has been <b>rejected</b>.
|
||||
</p>
|
||||
<p>
|
||||
Your request was rejected by {{ request.changed_by.get_profile.primarycharacter.name }}, if you have any questions regarding this please contact them.
|
||||
</p>
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
Your request to join {{ request.group.name }} has been rejected.
|
||||
|
||||
Your request was rejected by {{ request.changed_by.get_profile.primarycharacter.name }}, if you have any questions regarding this please contact them.
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<h2>Group Request</h2>
|
||||
<p>
|
||||
<b>{{ request.user.username }}</b> has requested to be a member of the <b>{{ request.group.name }}<b> group.
|
||||
</p>
|
||||
<p>
|
||||
To accept or reject this request, please use the <a href="{{% url groups.admin request.group.id %}}">group administration panel</a>.
|
||||
</p>
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{{ request.user.username }} has requested to be a member of the {{ request.group.name }} group.
|
||||
|
||||
To accept or reject this request, please use the group administration panel[1].
|
||||
|
||||
[1] {{% url groups.admin request.group.id %}}
|
||||
|
||||
Reference in New Issue
Block a user