mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 18:38:31 +03:00
Fix bug with operators URLs at group member page
This commit is contained in:
parent
2568072c0e
commit
8a4da51366
@ -32,7 +32,7 @@
|
||||
<div class="field">
|
||||
<div class="fvaluenodesc">
|
||||
<input id="op{{operatorid}}" type="checkbox" name="op{{operatorid}}" value="on"{{#if checked}} checked="checked"{{/if}}/>
|
||||
<label for="op{{operatorid}}">{{vclocalename}} (<a href="operator/{{operatorid}}/edit">{{vclogin}}</a>)</label>
|
||||
<label for="op{{operatorid}}">{{vclocalename}} (<a href="{{../mibewRoot}}/operator/operator/{{operatorid}}/edit">{{vclogin}}</a>)</label>
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
|
Loading…
Reference in New Issue
Block a user