forked from MarseyWorld/MarseyWorld
try to fix marseybux prinitng on PCM
parent
d704592bdd
commit
5073258258
|
@ -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>
|
||||
|
|
|
@ -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 %}
|
Loading…
Reference in New Issue