diff options
author | Alexander_Kabui | 2024-09-13 17:56:08 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-09-13 17:56:08 +0300 |
commit | 329b01b5a933c89d747eef18a1444928b978be0d (patch) | |
tree | 8c9e3851e25990430811a56efd5a5312d42c3784 /gn2/wqflask/templates/blogs_list.html | |
parent | 954993cca85a90a1d2868a9852b685824686952e (diff) | |
download | genenetwork2-329b01b5a933c89d747eef18a1444928b978be0d.tar.gz |
Use gn_docs blueprint for doc files.
Diffstat (limited to 'gn2/wqflask/templates/blogs_list.html')
-rw-r--r-- | gn2/wqflask/templates/blogs_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/blogs_list.html b/gn2/wqflask/templates/blogs_list.html index 6bad4628..a74d24a2 100644 --- a/gn2/wqflask/templates/blogs_list.html +++ b/gn2/wqflask/templates/blogs_list.html @@ -40,7 +40,7 @@ <div class="blog_title"> <ul> <li> - <a href="{{ url_for('blogs_blueprint.display_blog',blog_path = blog.full_path)}}">{{blog['subtitle']}}</a> + <a href="{{ url_for('gn_docs_blueprint.display_blog',blog_path = blog.full_path)}}">{{blog['subtitle']}}</a> </li> </ul> </div> @@ -49,4 +49,4 @@ {%endfor%} </div> </div> -{% endblock %}
\ No newline at end of file +{% endblock %} |