1
0
Fork 0
satnogs-network/network/templates/includes/stage_notice.html

12 lines
434 B
HTML

{% load staticfiles %}
{% block css %}
<link rel="stylesheet" href="{% static 'css/stage.css' %}">
{% endblock %}
<div class="stage-notice">
This is the stage enviroment.
Feel free to test it and <a href="https://gitlab.com/librespacefoundation/satnogs/satnogs-network/issues" target="_blank">report bugs</a>.
Production deployment is at <a href="https://network.satnogs.org" target="_blank">network.satnogs.org</a>.
</div>