mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Remove duplicate id attributes.
This commit is contained in:
parent
0058e93bb5
commit
f52bf0c12b
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@
|
|||
</div>
|
||||
<div class="panel-body">
|
||||
<form action="#/apps/lists" method="POST" class="form-horizontal">
|
||||
<input type="hidden" id="appslist_name" name="appslist_name" value="community" required />
|
||||
<input type="hidden" id="appslist_url" name="appslist_url" value="https://app.yunohost.org/community.json" required />
|
||||
<input type="hidden" name="appslist_name" value="community" required />
|
||||
<input type="hidden" name="appslist_url" value="https://app.yunohost.org/community.json" required />
|
||||
<div class="form-group">
|
||||
<div class="col-md-10 col-sm-12">
|
||||
<p>{{t 'install_community_appslists_info'}}</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue