summaryrefslogtreecommitdiff
path: root/talerblog/blog/templates/article_frame.html
blob: 596ffd790f8f4fd5daf5e8ba1ad262016c290ee5 (plain)
1
2
3
4
5
6
7
8
{% extends "templates/base.html" %}
{% block main %}
{% include "articles/" + article_file %}
  <form action="{{ url_for('refund', order_id=order_id) }}" method="POST">
    <input type="text" name="article_name" value={{ article_name}} hidden>
    <input type="submit" value="Ask refund!">
  </form>
{% endblock main %}