summaryrefslogtreecommitdiff
path: root/static/website/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r--static/website/templates/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html
index fcdf8cb..f7c3f37 100644
--- a/static/website/templates/index.html
+++ b/static/website/templates/index.html
@@ -22,7 +22,9 @@
{{ category }}
</small>
{% latest_question category %}
- <a class="btn btn-xs btn-block btn-success" href="{% url 'website:new_question' %}?category={{ category|urlencode }}">Ask new question</a>
+
+
+ <a class="btn btn-xs btn-block btn-success" href="{% url 'website:new_question' %}?category={{ category.id|urlencode }}">Ask new question</a>
</div>
</div>
</div>