diff options
Diffstat (limited to 'tbc/templates/base.html')
-rwxr-xr-x | tbc/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html index b96da6b..00df0ac 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -141,7 +141,7 @@ {% endif %} <div class="row-fluid"> - <center><h3>Latest Books</h3></center> + <center><h3>Recent Submissions</h3></center> {% for item in items %} <div class ="module-list"> <a href="{% url 'tbc:BookDetails' item.book.id %}"><img src="{% static 'uploads/' %}{{ item.image.image }}"></a> |