try to fix marseybux prinitng on PCM

remotes/1693045480750635534/spooky-22
Aevann1 2022-06-22 18:17:26 +02:00
parent d704592bdd
commit 5073258258
2 changed files with 4 additions and 3 deletions

View File

@ -102,6 +102,10 @@
</div>
<button class="btn btn-primary mt-3" onclick="post_toast(this,'/admin/purge_cache');" style="margin-bottom: 2em;">PURGE CACHE</button>
<br>
{% if SITE_NAME == 'PCM' %}
<button class="btn btn-primary" onclick="post_toast(this,'/kippy');" style="margin-bottom: 2em;">Print 10k Marseybux</button>
{% endif %}
{% endif %}
<h4>Server Status</h4>

View File

@ -63,8 +63,5 @@
</form>
<pre></pre>
{% if SITE == 'pcmemes.net' and v.id == KIPPY_ID %}
<div><a class="btn btn-danger" role="button" onclick="post_toast(this,'/kippy')">Print 10k Marseybux</a></div>
{% endif %}
{% endblock %}