-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- the ability to register was accidentaly removed in commit 177e635 (revision 4384)
- Loading branch information
1 parent
db160c6
commit a77671d
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,7 +111,7 @@ | |
</span> | ||
<%-- WARNING: Changing or removing the copyright notice will violate the license terms. If you need a different licensing, please contact us at [email protected] --%> | ||
<span class="cell middle"><tt:copy/></span> | ||
<span class="cell right"><tt:registration/></span> | ||
<span class="cell right"><tt:registration update="true"/></span> | ||
</span> | ||
</span> | ||
<tt:hasProperty name="tmtbl.page.disclaimer"> | ||
|
@@ -190,7 +190,7 @@ | |
</span> | ||
<%-- WARNING: Changing or removing the copyright notice will violate the license terms. If you need a different licensing, please contact us at [email protected] --%> | ||
<span class="cell middle"><tt:copy/></span> | ||
<span class="cell right"><tt:registration/></span> | ||
<span class="cell right"><tt:registration update="true"/></span> | ||
</span> | ||
</span> | ||
<tt:hasProperty name="tmtbl.page.disclaimer"> | ||
|