Skip to content

Commit

Permalink
support form in plain text
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitdatta committed May 5, 2016
1 parent 0f215d8 commit 19cabd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion formspree/templates/forms/submissions.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ <h2>
<td><pre>{{ submission.data[f] }}</pre></td>
{% endfor %}
<td><form method="POST" action="{{ url_for('submission-deletion', hashid=form.hashid, submissionid=submission.id) }}"><button class="no-border"><i class="fa fa-trash-o delete"></i></button></form></td>
<!-- <td><a href="{{ url_for('submission-deletion', hashid=form.hashid, submissionid=submission.id) }}" class="no-underline"><i class="fa fa-trash-o delete"></i></a></td>-->
</tr>
{% endfor %}
</tbody>
Expand Down
1 change: 1 addition & 0 deletions formspree/templates/users/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<input type="email" name="_replyto" placeholder="Your email" />
<textarea name="message" rows="5" placeholder="Your message"></textarea>
<input type="text" name="_gotcha" style="display:none">
<input type="hidden" name="_format" value="plain" style="display:none">
<button type="submit">Send</button>
</form>
</div>
Expand Down

0 comments on commit 19cabd0

Please sign in to comment.