blob: f6264f879ccc06b08545e8847b7cef6b505d60fa (
plain) (
blame)
1
2
3
4
5
6
7
8
|
<form id="add-plugin-repo-form" action="{{$post}}" method="post" >
<p class="descriptive-text">{{$desc}}</p>
{{include file="field_input.tpl" field=$repoURL}}
<div class="btn-group pull-right">
<button id="add-plugin-repo-submit" class="btn btn-primary" type="submit" name="submit">{{$submit}}</button>
</div>
</form>
|