You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/jobs/job_detail.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ <h3 class="widget-title">More jobs in <a href="{% url 'jobs:job_list_category' s
225
225
<scripttype="text/javascript">
226
226
// TODO: allow configuring canned responses in admin
227
227
varresponses={
228
-
"voluntary": "The Python Job Board is for paid positions only. The Python Community has a separate Wiki for listing voluntary positions available at http://wiki.python.org/moin/VolunteerOpportunities.",
228
+
"voluntary": "The Python Job Board is for paid positions only. The Python Community has a separate Wiki for listing voluntary positions available at https://wiki.python.org/moin/VolunteerOpportunities.",
229
229
"not_python": "The Python Job Board is for positions in which the primary role involves the Python programming language or development frameworks based on Python.\n\nPlease rephrase and resubmit.\n\nThanks.",
230
230
"formatting": "Please resubmit your posting and check that the job description and/or requirements text renders fine in the job preview.\n\nThanks.",
231
231
"duplicate": "This seems to be a duplicate of your earlier posting.\n\nIf not, please rephrase to make the difference clear.\n\nThanks."
0 commit comments