flatpress/fp-plugins/akismet/tpls/admin.plugin.akismet.tpl
azett af1aa7759b Revert "Merge branch 'master' of https://github.com/flatpressblog/flatpress"
This reverts commit e9ad11742876f9f78d743a28afd547ee7480c7f9, reversing
changes made to f30fc6204a6bc7643d7952b1df98a3aa7b462dea.
2022-07-02 13:30:56 +02:00

17 lines
396 B
Smarty

<h2>{$plang.head}</h2>
<p>{$plang.description}</p>
{include file=shared:errorlist.tpl}
<div style="margin: 0 auto; width: 20em;">
{html_form}
<h4><label for="wp-apikey">{$plang.apikey}</label></h4>
<p><input id="wp-apikey" type="text" name="wp-apikey" value="{$akismetconf.apikey}" />
<input type="submit" value="{$plang.submit}"/> </p>
<p> {$plang.whatis} </p>
{/html_form}
</div>