1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00
Files
seahub/templates/rest_framework/api.html

7 lines
244 B
HTML
Raw Normal View History

2013-03-01 13:37:19 +08:00
{% extends "rest_framework/base.html" %}
{# Override this template in your own templates directory to customize #}
{% block title %}Seafile RESTful API {% endblock %}
{% block branding %}<a href='http://seafile.com'>Seafile</a>{% endblock %}