Skip to content

Commit

Permalink
fix misplaced {if} in preferences template. LP#1506279
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 15, 2015
1 parent 5c18ca1 commit b47c7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Eventum Issue Tracking System
-------------------------
- Fix few Static & Deprecated calls (Craig Pinfold, #72)
- Use randomlib for private key generation, add UI to regenerate it (Elan Ruusamäe, #73)
- Fix misplaced {if} in preferences template. (Robbert-Jan Roos, LP#1506279)

2015-10-13, Version 3.0.3
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion templates/preferences.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
<tr>
<td colspan="2">Please contact the admin to change your name.</td>
</tr>
{/if}
</table>
</form>
{/if}

<form name="update_email_form" onSubmit="return validateEmail();" method="post">
<input type="hidden" name="cat" value="update_email">
Expand Down

0 comments on commit b47c7db

Please sign in to comment.