1
0
Fork 0

Beautification of API page.

merge-requests/65/head
Pierros Papadeas 2014-10-25 21:52:35 +01:00
parent 0a077979bf
commit fb92ebfa5c
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{% extends "rest_framework/base.html" %}
{% block title %}SatNOGS Network API{% endblock %}
{% block branding %}
<a class='brand' rel="nofollow" href='#'>
SatNOGS Network API <span class="version">1.0</span>
</a>
{% endblock %}
{% block footer %}
<p>2014 - The SatNOGS devs</p>
{% endblock %}