Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To hide the GitHub badge from the page, just override it with an empty block.
{% block jumbotron %}
<div class="jumbotron">
<h1>Project Title</h1>
<h3>Documentantion of the project 'Example'.</h3>
<h3>Documentation of the project 'Example'.</h3>
</div>
{% endblock %}

Expand Down Expand Up @@ -65,7 +65,7 @@ File location: `templates/rest_framework_docs/docs.html`
{% block jumbotron %}
<div class="jumbotron">
<h1>'Project Name' Web API</h1>
<h3>Documentantion of the 'Project Name' Web API.</h3>
<h3>Documentation of the 'Project Name' Web API.</h3>
</div>
{% endblock %}

Expand Down