Skip to content

Commit

Permalink
Update post.twig to point to publicly available post files (#793)
Browse files Browse the repository at this point in the history
And remove deprecated post.php

Co-authored-by: Noemie Ariste <[email protected]>
  • Loading branch information
2 people authored and gbarat87 committed Dec 13, 2024
1 parent 365ed7f commit 3df562c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 77 deletions.
75 changes: 0 additions & 75 deletions .extlib/simplesamlphp/templates/post.php

This file was deleted.

4 changes: 2 additions & 2 deletions .extlib/simplesamlphp/templates/post.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" href="{{ asset("icons/favicon.ico") }}">
<title>{% trans %}Sending message{% endtrans %}</title>
<link rel="stylesheet" href="{{ asset("css/postSubmit.css") }}">
<script src="{{ asset("js/post.js") }}"></script>
<link rel="stylesheet" href="/{{ baseurlpath }}resources/post.css">
<script src="/{{ baseurlpath }}resources/post.js"></script>
</head>
<body>
<form method="post" action="{{ destination }}">
Expand Down

0 comments on commit 3df562c

Please sign in to comment.