mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
fixed django-tables rendering
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
<br/>
|
||||
|
||||
{% if recipes %}
|
||||
{% if user.is_authenticated and recipes %}
|
||||
{% render_table recipes %}
|
||||
{% else %}
|
||||
<div class="alert alert-danger" role="alert">
|
||||
|
||||
Reference in New Issue
Block a user