diff --git a/app/templates/userpage_get.html b/app/templates/userpage_get.html index ae11a1c..90c6114 100644 --- a/app/templates/userpage_get.html +++ b/app/templates/userpage_get.html @@ -50,22 +50,22 @@ {# {% endfor %}#} {% if result_of_generate_article != "had read all articles" %} - 下一篇 Next Article + {% endif %} {% if session.get('visited_articles') and session.get('visited_articles')['index']>0 %} - 上一篇 Previous Article + {% endif %}
阅读文章并回答问题
Article added on: {{ today_article["date"] }}
Article added on: {{ today_article["date"] }}
{{ today_article["article_title"] }}
{{ today_article["article_title"] }}
{{ today_article["article_body"] }}
{{ today_article['source'] }}
{{ today_article['question'] }}
{{ today_article['source'] }}
{{ today_article['question'] }}