emojos/templates/oh_no.html

6 lines
250 B
HTML
Raw Normal View History

2018-07-25 19:26:56 -07:00
{% extends "base.html" %}
{% block title %}Custom emoji list for {{ domain }}{% endblock title %}
{% block body %}
<p><b>{{ domain }}</b> isn't a fediverse instance or doesn't have a <code>v1/custom_emojis</code> endpoint. :(</p>
{% endblock body %}