Skip to content

Commit

Permalink
fixed registration link in interface
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Nov 4, 2019
1 parent 8b1c475 commit 5670418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clam/static/interface.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -823,8 +823,8 @@
<div class="card-body">
<p class="alert alert-info">
You will be asked to authenticate when you continue to use the rest of this service, by clicking the button below.
<xsl:if test="/clam/system_register_url">
If you do not have an account yet, you can <a href="{/clam/system_register_url}">register one here</a>.
<xsl:if test="/clam/registerurl">
If you do not have an account yet, you can <a href="{/clam/registerurl}">register here</a>.
</xsl:if>
</p>

Expand Down

0 comments on commit 5670418

Please sign in to comment.