diff options
author | jaseg <git@jaseg.net> | 2019-09-29 16:35:51 +0200 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2019-09-29 16:37:35 +0200 |
commit | 75dd7db73fe87d57f5965d0c689257a56296201c (patch) | |
tree | 3ddce2990b9b14b68aa8097e37a6ffa1f45d4cb4 /webapp/templates | |
parent | 04b34f73c1e0023ce4abdb9f1c9f0d9175247624 (diff) | |
download | pogojig-75dd7db73fe87d57f5965d0c689257a56296201c.tar.gz pogojig-75dd7db73fe87d57f5965d0c689257a56296201c.tar.bz2 pogojig-75dd7db73fe87d57f5965d0c689257a56296201c.zip |
Add makefile template download link
Diffstat (limited to 'webapp/templates')
-rw-r--r-- | webapp/templates/jigerator.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webapp/templates/jigerator.html b/webapp/templates/jigerator.html index 66dc9c0..25f7440 100644 --- a/webapp/templates/jigerator.html +++ b/webapp/templates/jigerator.html @@ -25,6 +25,12 @@ <form id="reset-form" method="POST" action="{{url_for('session_reset')}}" class="reset-form">{{reset_form.csrf_token}}</form> + <div class="banner"> + This is a web frontend for the <a href="static/pogojig_makefile_template.zip">Makefile template</a>. You can + download the <a href="static/pogojig_makefile_template.zip">Makefile template</a> to customize and run this + compilation yourself. + </div> + <div class="controls"> <form id="svg-upload-form" method="POST" action="{{url_for('upload_svg')}}" enctype="multipart/form-data"> {{svg_form.csrf_token}} |