Skip to content

Commit

Permalink
More templates need renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Oct 13, 2017
1 parent 5acf6b5 commit 5e99e7d
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% from "baseframe/forms.html" import renderfield, rendersubmit, ajaxform %}
{% from "baseframe/forms.html.jinja2" import renderfield, rendersubmit, ajaxform %}
<form id="applyform" method="POST" class="form-horizontal" action="{{ post.url_for('apply') }}">
<input type="hidden" name="_charset_"/>
<input type="hidden" name="form.id" value="applyform"/>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% from "baseframe/forms.html" import renderfield, ajaxform %}
{% from "baseframe/forms.html.jinja2" import renderfield, ajaxform %}
<form id="moderateform" method="POST" action="{{ post.url_for('moderate') }}" class="form-horizontal">
<input type="hidden" name="_charset_"/>
<input type="hidden" name="form.id" value="moderateform"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% from "baseframe/forms.html" import renderfield, ajaxform %}
{% from "baseframe/forms.html.jinja2" import renderfield, ajaxform %}
<form id="pinnedform" method="POST" action="{{ post.url_for('pin') }}" class="form-horizontal">
<input type="hidden" name="_charset_"/>
<input type="hidden" name="form.id" value="pinnedform"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% from "baseframe/forms.html" import renderfield, ajaxform %}
{% from "baseframe/forms.html.jinja2" import renderfield, ajaxform %}
<form id="rejectform" method="POST" action="{{ post.url_for('reject') }}" class="form-horizontal">
<input type="hidden" name="_charset_"/>
<input type="hidden" name="form.id" value="rejectform"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% from "baseframe/forms.html" import renderfield %}
{% from "baseframe/forms.html.jinja2" import renderfield %}
<form id="replyform" method="POST" class="form-horizontal" action="{{ job_application.url_for('process') }}">
<input type="hidden" name="_charset_"/>
<input type="hidden" name="form.id" value="response_form"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% from "baseframe/forms.html" import renderfield, ajaxform %}
{% from "baseframe/forms.html.jinja2" import renderfield, ajaxform %}
<form id="reportform" method="POST" class="form-horizontal">
<input type="hidden" name="_charset_"/>
<input type="hidden" name="form.id" value="reportform"/>
Expand Down
File renamed without changes.

0 comments on commit 5e99e7d

Please sign in to comment.