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

Fix unformatted consent-page

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