fix error handler for join
This commit is contained in:
parent
dae6f96709
commit
460ddfa3bc
3 changed files with 11 additions and 5 deletions
|
|
@ -12,6 +12,13 @@
|
|||
|
||||
<div class="row" ng-show="!join.loading">
|
||||
<div class="large-12 columns">
|
||||
|
||||
<div class="box-notification" ng-show="join.error ">
|
||||
<span class="text-warning size-14">
|
||||
{{join.error|translate}}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<form name="joinForm" ng-submit="join.join(joinForm)" novalidate>
|
||||
<label><span translate>Your nickname</span>
|
||||
<div class="input">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue