Fix fuck ups caused by a global replace all.

This commit is contained in:
flash 2018-08-15 15:26:56 +02:00
parent b1b8e256f8
commit 8daa95168b
2 changed files with 4 additions and 4 deletions

View file

@ -331,7 +331,7 @@
</div>
<div class="forum__posting__buttons">
<button input__text name="csrf" value="{{ csrf_token() }}">Submit</button>
<button class="input__button" name="csrf" value="{{ csrf_token() }}">Submit</button>
</div>
</div>
</form>

View file

@ -30,7 +30,7 @@
<div class="settings__account__column">
<div class="settings__account__title">E-mail and Password changing</div>
<div class="settings__account__disabled">
<a input__text href="https://flashii.net/settings.php?m=account">Go to main site</a>
<a class="input__button" href="https://flashii.net/settings.php?m=account">Go to main site</a>
</div>
</div>
</div>
@ -114,8 +114,8 @@
{% if settings_perms.edit_profile or not settings_disable_account_options %}
<div class="settings__account__row settings__account__row--buttons">
<button class="input__button"Update</button>
<button input__text type="reset">Reset</button>
<button class="input__button">Update</button>
<button class="input__button" type="reset">Reset</button>
</div>
{% endif %}
</form>