mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
10 lines
315 B
Smarty
10 lines
315 B
Smarty
<div class="generic-content-wrapper-styled">
|
|
<h3>{{$title}}</h3>
|
|
<form action="rmagic" method="post" >
|
|
<div class="mb-3">
|
|
{{include file="field_input.tpl" field=$address}}
|
|
<input class="btn btn-primary" type="submit" name="submit" id="rmagic-submit-button" value="{{$submit}}" />
|
|
</div>
|
|
</form>
|
|
</div>
|