Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Changed the URL to AddInstitution App
Browse files Browse the repository at this point in the history
  • Loading branch information
vyskocilpavel committed Aug 8, 2018
1 parent 238a016 commit 77de43e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.

## [Unreleased]
[Changed]
- Changed the URL to AddInstitution App

## [v1.0.2]
[Changed]
Expand Down
2 changes: 1 addition & 1 deletion themes/elixir/perun/disco-tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
if ($this->isOriginalSpNonFilteringIdPs()) {
echo $this->t('{elixir:elixir:cannot_find_institution}') . '<a href="mailto:[email protected]?subject=Request%20for%20adding%20new%20IdP">[email protected]</a>';
} else {
echo $this->t('{elixir:elixir:cannot_find_institution_extended}') . '<a class="btn btn-primary" href="https://perun.elixir-czech.cz/add-institution/">' . $this->t('{elixir:elixir:add_institution}') . '</a>';
echo $this->t('{elixir:elixir:cannot_find_institution_extended}') . '<a class="btn btn-primary" href="https://login.elixir-czech.org/add-institution/">' . $this->t('{elixir:elixir:add_institution}') . '</a>';
}
echo '</div>';

Expand Down

0 comments on commit 77de43e

Please sign in to comment.