Skip to content

Commit b0be5f1

Browse files
Merge pull request #307 from RSE-Sheffield/chore/remove-invite-link-regen
Remove regenerate invite link button
2 parents f7f6a52 + 803b489 commit b0be5f1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

survey/templates/survey/survey.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -120,18 +120,8 @@ <h2>2. Invite Your Participants</h2>
120120
}
121121
</script>
122122
</div>
123-
<div class="col-lg-2 text-end">
124-
<form method="POST" action="{% url 'suvey_create_invite' survey.id %}">
125-
{% csrf_token %}
126-
<button type="submit" class="btn btn-primary" name="generate_token"><i
127-
class='bx bx-repeat'></i> Re-generate invitation
128-
</button>
129-
130-
</form>
131-
</div>
132123
</div>
133124

134-
135125
<p>Or send an invitation by email:</p>
136126

137127
<a href="{% url 'invite' survey.id %}" class="btn btn-primary"><i class='bx bx-mail-send'></i>

0 commit comments

Comments
 (0)