Browse Source

fix index page link

master
aatish 4 years ago
parent
commit
307f25efb7
  1. 2
      jobs/templates/base.html

2
jobs/templates/base.html

@ -13,7 +13,7 @@
</head>
<body>
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm">
<h5 class="my-0 mr-md-auto font-weight-normal"><a href="/">IPv6.Work</a></h5>
<h5 class="my-0 mr-md-auto font-weight-normal"><a href="{% url 'jobs:index' %}">IPv6.Work</a></h5>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-dark" href="#">Search</a>
<a class="p-2 text-dark" href="#">Tags</a>

Loading…
Cancel
Save