Skip to content

Commit

Permalink
updating single job path
Browse files Browse the repository at this point in the history
  • Loading branch information
Sany07 committed Apr 7, 2021
1 parent 7a0db27 commit 1191c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/jobapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h2 class="text-white">Looking For A Job?</h2>
{% block extra_scripts %}
<script>

$("#ajax_listing_paginattion" ).delegate( "a", "click", function( event ) {
$("#ajax_listing_paginattion" ).delegate( "a#ajax_paginator", "click", function( event ) {

event.preventDefault();
// preventing default actions
Expand All @@ -233,7 +233,7 @@ <h2 class="text-white">Looking For A Job?</h2>

joblist+=`
<li id="next" class="job-listing d-block d-sm-flex pb-3 pb-sm-0 align-items-center">
<a href=""></a>
<a href="/job/${job.id}/"></a>
<div class="job-listing-logo">
<img src="{% static 'images/i.jpg' %}" alt="Free Website Template by Free-Template.co"
class="img-fluid">
Expand Down

0 comments on commit 1191c06

Please sign in to comment.