fix snappy pfp

master
Aevann 2024-04-11 07:48:04 +02:00
parent dc61bd9d47
commit cd425c7a9d
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@
<td>:@snappygenocide:</td>
<td>
<span alt=":@snappygenocide:" cide data-bs-toggle="tooltip" title=":@snappygenocide:">
<img alt=":@snappygenocide:" b src="/pp/2">
<img alt=":@snappygenocide:" b src="/pp/{{SNAPPY_ID}}">
</span>
</td>
</tr>

View File

@ -211,7 +211,7 @@
<div class="body w-lg-100">
<form id="snappy-quotes" action="/settings/snappy_quotes" method="post" data-nonce="{{g.nonce}}" data-onsubmit="sendFormXHR(this)">
<input hidden name="formkey" value="{{v|formkey}}" class="notranslate" translate="no">
<small>Enter things you would like <a href="/id/{{SNAPPY_ID}}" rel="nofollow"><img src="/pp/2">@Snappy</a> to reply to your posts with.</small>
<small>Enter things you would like <a href="/id/{{SNAPPY_ID}}" rel="nofollow"><img src="/pp/{{SNAPPY_ID}}">@Snappy</a> to reply to your posts with.</small>
<textarea autocomplete="off" class="form-control rounded my-2" placeholder="Add your own custom Snappy quotes."
rows="3" name="snappy_quotes" form="snappy-quotes" maxlength="1000">{% if v.snappy_quotes %}{{v.snappy_quotes}}{% endif %}</textarea>
<small>Separate quotes with <code>[para]</code>. Limit of {{CUSTOM_SNAPPY_QUOTES_LENGTH}} characters</small>