Make arcgis configuration page render again.
This commit is contained in:
parent
e57d2e73a9
commit
228379a8a6
2 changed files with 13 additions and 4 deletions
|
|
@ -33,7 +33,7 @@
|
|||
<input
|
||||
type="text"
|
||||
class="form-control"
|
||||
value="{{ .Organization.ArcgisID.GetOr "" }}"
|
||||
value="{{ .C.ArcGISAccount.ID }}"
|
||||
readonly
|
||||
/>
|
||||
</div>
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
<input
|
||||
type="text"
|
||||
class="form-control"
|
||||
value="{{ .Organization.ArcgisName.GetOr "" }}"
|
||||
value="{{ .C.ArcGISAccount.Name }}"
|
||||
readonly
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue