Skip to content
Snippets Groups Projects
Commit 9f60946a authored by Chris Lawton's avatar Chris Lawton
Browse files

renaming base-admin template to base-apply

parent c8f6cf27
No related branches found
No related tags found
No related merge requests found
{% extends "base-admin.html" %}
{% extends "base-apply.html" %}
{% load render_table from django_tables2 %}
{% block extra_css %}
......
......@@ -25,7 +25,7 @@
{% endcomment %}
{% block extra_css %}{% endblock %}
<link rel="stylesheet" type="text/css" href="{% static 'css/main.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'css/apply/main.css' %}">
</head>
<body class="light-grey-bg {% block body_class %}template-{{ page.get_verbose_name|slugify }}{% endblock %}">
......@@ -41,7 +41,7 @@
{% wagtailuserbar %}
<header class="header header--narrow header--white-bg header--light-bg">
<header class="header">
<div class="header__inner wrapper wrapper--large">
<a href="{% slugurl 'home' %}" aria-label="Home link">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment