diff options
author | Alexander Kabui | 2024-09-16 15:27:12 +0300 |
---|---|---|
committer | GitHub | 2024-09-16 15:27:12 +0300 |
commit | 1ee4e945dbc3b0fd8788341667f2e39f776cc3c4 (patch) | |
tree | 314fa913381eca6cf40a02cec2500192e5e891e2 /gn2/wqflask/templates/policies.html | |
parent | e823d509b2e2485ab65b1e26a7d4c40042714c25 (diff) | |
parent | 304f3f35bfea61bdf9e6be2286b8f6e83b71edb6 (diff) | |
download | genenetwork2-1ee4e945dbc3b0fd8788341667f2e39f776cc3c4.tar.gz |
Merge pull request #869 from genenetwork/features/Integrate-editing-doc-files
Integrate gn editor for files.
Diffstat (limited to 'gn2/wqflask/templates/policies.html')
-rw-r--r-- | gn2/wqflask/templates/policies.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/policies.html b/gn2/wqflask/templates/policies.html index e36c9e08..d7b0e3f9 100644 --- a/gn2/wqflask/templates/policies.html +++ b/gn2/wqflask/templates/policies.html @@ -10,7 +10,7 @@ <div class="github-btn-container"> <div class="github-btn "> - <a href="https://github.com/genenetwork/gn-docs/blob/master/general/policies/policies.md"> + <a href="/editor/edit?file-path=general/policies/policies.md"> Edit Text <img src="/static/images/edit.png"> </a> @@ -20,4 +20,4 @@ {{ rendered_markdown|safe }} </div> -{% endblock %}
\ No newline at end of file +{% endblock %} |