We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7f6a52 + 803b489 commit b0be5f1Copy full SHA for b0be5f1
survey/templates/survey/survey.html
@@ -120,18 +120,8 @@ <h2>2. Invite Your Participants</h2>
120
}
121
</script>
122
</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>
132
133
134
135
<p>Or send an invitation by email:</p>
136
137
<a href="{% url 'invite' survey.id %}" class="btn btn-primary"><i class='bx bx-mail-send'></i>
0 commit comments