Skip to content

Commit

Permalink
Add instansi induk
Browse files Browse the repository at this point in the history
  • Loading branch information
basoro committed Dec 1, 2024
1 parent ce5449d commit 230888d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/settings/view/admin/general.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ <h3 class="panel-title">Umum</h3>
<input type="file" name="logo" class="form-control hidden" />
</div>
</div>
<div class="form-group">
<label>Instansi Induk</label>
<input type="text" name="instansi_induk" class="form-control" value="{$settings.instansi_induk}" required />
</div>
<div class="form-group">
<label>Nama Instansi</label>
<input type="text" name="nama_instansi" class="form-control" value="{$settings.nama_instansi}" required />
Expand Down

0 comments on commit 230888d

Please sign in to comment.