Skip to content

Commit

Permalink
Merge branch 'master' into use-get_serialzier_class
Browse files Browse the repository at this point in the history
  • Loading branch information
EmadMokhtar committed May 25, 2016
2 parents 28fece6 + e68b968 commit 9155175
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 9155175

Please sign in to comment.