Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix typo in documentation
  • Loading branch information
xncbf authored Feb 8, 2017
commit b6270a25e4809b6eb40b5cea605141a8471e6cfa
2 changes: 1 addition & 1 deletion docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ File location: `templates/rest_framework_docs/docs.html`
{% extends "rest_framework_docs/base.html" %}

{% block title %}Project Name{% endblock %}
{% block logo %}<a class="navbar-brand" href="#"">Project Name API Documentation</a>{% endblock %}
{% block logo %}<a class="navbar-brand" href="#">Project Name API Documentation</a>{% endblock %}

{% block jumbotron %}
<div class="jumbotron">
Expand Down