diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-21 13:48:22 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-21 13:48:22 +0200 |
commit | ed0044aeab902434559140dc486bcaa189f91a83 (patch) | |
tree | 3dada1c2ae17169bf57132b4cf723ebfa88e91e4 /view/tpl/admin_profiles.tpl | |
parent | 1a6d290d7142198d81b7dcfdb62969a761d6d575 (diff) | |
download | volse-hubzilla-ed0044aeab902434559140dc486bcaa189f91a83.tar.gz volse-hubzilla-ed0044aeab902434559140dc486bcaa189f91a83.tar.bz2 volse-hubzilla-ed0044aeab902434559140dc486bcaa189f91a83.zip |
Update admin_profiles.tpl
Diffstat (limited to 'view/tpl/admin_profiles.tpl')
-rw-r--r-- | view/tpl/admin_profiles.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/admin_profiles.tpl b/view/tpl/admin_profiles.tpl index 0f00e0db5..b3bb687c0 100644 --- a/view/tpl/admin_profiles.tpl +++ b/view/tpl/admin_profiles.tpl @@ -15,7 +15,7 @@ {{include file="field_textarea.tpl" field=$basic}} {{include file="field_textarea.tpl" field=$advanced}} -<button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button> +<input type="submit" name="submit" class="btn btn-primary" value="{{$submit}}" /> </form> |