File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -624,7 +624,7 @@ def confirm(request, id):
624624 details = get_action_details (draft , request )
625625 hidden_form = EmailForm (request .POST , hidden = True )
626626
627- return render (request , 'drafts/confirm_ .html' , {
627+ return render (request , 'drafts/confirm .html' , {
628628 'details' : details ,
629629 'email' : email ,
630630 'action' : action ,
Original file line number Diff line number Diff line change 1717
1818< div class ="module draft-container ">
1919 < h2 > Draft - Confirm</ h2 >
20- < form enctype ="multipart/form-data " action ="" method ="post "> {% csrf_token %}
20+ < form enctype ="multipart/form-data " action ="{% url " ietf.secr.drafts.views.do_action " id= draft.name %} " method="post "> {% csrf_token %}
2121
2222 < table >
2323 < tr > < th > Action Selected:</ th > < td > {{ action }}</ td > </ tr >
@@ -39,6 +39,8 @@ <h2>Scheduled Email</h2>
3939 </ div >
4040 {% endif %}
4141
42+ {{ form }}
43+
4244 {% include "includes/buttons_save_cancel.html" %}
4345
4446 </ form >
You can’t perform that action at this time.
0 commit comments