Skip to content

Commit

Permalink
Fix assets
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Dec 10, 2021
1 parent 52dbfd7 commit 9196ffe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/yubikeylogin.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
{% extends "base.twig" %}

{% block preload %}
<link rel="stylesheet" href="{{ asset('css/yubikey.css', 'authyubikey') }}">
<link rel="stylesheet" href="{{ asset('css/yubikey.css', 'authYubiKey') }}">
{% endblock %}

{% block postload %}
<script src="{{ asset('js/autofocus.js', 'authyubikey') }}"></script>
<script src="{{ asset('js/autofocus.js', 'authYubiKey') }}"></script>
{% endblock %}

{% block content %}
Expand All @@ -24,8 +24,8 @@
</div>
{% endif %}

<img id="authyubikey_logo" src="{{ asset('img/logo.jpg', 'authyubikey') }}" alt="">
<img id="yubikey" src="{{ asset('img/yubikey.jpg', 'authyubikey') }}" alt="YubiKey">
<img id="authyubikey_logo" src="{{ asset('img/logo.jpg', 'authYubiKey') }}" alt="">
<img id="yubikey" src="{{ asset('img/yubikey.jpg', 'authYubiKey') }}" alt="YubiKey">

<h2>{{ pagetitle }}</h2>
<form action="?" method="post" name="f">
Expand Down

0 comments on commit 9196ffe

Please sign in to comment.