summaryrefslogtreecommitdiffstats
path: root/askbot/templates/ask_widget_complete.html
blob: 82fe570c41a0ebb22d95577f4834b124f469f509 (plain)
1
2
3
4
5
6
7
8
{% extends "widget_base.html" %}
{% block forestyle %}
{%endblock%}

{%block body%}
<a href="{{question_url}}" >Question posted</a>
{%endblock%}