design fixes, hiring subpages, and hiring categories added
This commit is contained in:
4
templates/hiring_categories/list.html
Normal file
4
templates/hiring_categories/list.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{% extends "index.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% endblock content %}
|
9
templates/hiring_categories/single.html
Normal file
9
templates/hiring_categories/single.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "index.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<main class="pt-16">
|
||||
{{section}}
|
||||
</main>
|
||||
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user