Skip to content
Snippets Groups Projects
Commit db9e0ed8 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

consent: Move assets to appropriate dir

parent 557e456d
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ $srcName = $this->data['srcName'];
$this->data['header'] = $this->t('{consent:consent:consent_header}');
$this->data['head'] = '<link rel="stylesheet" type="text/css" href="'.
SimpleSAML\Module::getModuleURL("consent/assets/consent.css").'" />'."\n";
SimpleSAML\Module::getModuleURL("consent/assets/css/consent.css").'" />'."\n";
$this->includeAtTemplateBase('includes/header.php');
?>
......
......@@ -2,7 +2,7 @@
{% extends "base.twig" %}
{% block preload %}
<link rel="stylesheet" type="text/css" href="{{ baseurlpath }}assets/consent.css" />
<link rel="stylesheet" type="text/css" href="{{ baseurlpath }}assets/css/consent.css" />
{% endblock %}
{% block content %}
......
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