summaryrefslogtreecommitdiff
path: root/templates/project_fields.html
diff options
context:
space:
mode:
authorromangraef <roman.graef@gmail.com>2018-06-02 10:45:15 +0200
committerromangraef <roman.graef@gmail.com>2018-06-02 10:45:15 +0200
commit2f9e9884c6b227777780d34b4657c6464dbe4571 (patch)
treecd9597171dd4338fc5c79dc78d69e016a18f8c7c /templates/project_fields.html
parent3dc96e8b31eeef876c89aadf26dbf1e5d3355e7f (diff)
downloadmy-website-2f9e9884c6b227777780d34b4657c6464dbe4571.tar.gz
my-website-2f9e9884c6b227777780d34b4657c6464dbe4571.tar.bz2
my-website-2f9e9884c6b227777780d34b4657c6464dbe4571.zip
feature post editingHEADmaster
Diffstat (limited to 'templates/project_fields.html')
-rw-r--r--templates/project_fields.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/project_fields.html b/templates/project_fields.html
index c128fd5..45db894 100644
--- a/templates/project_fields.html
+++ b/templates/project_fields.html
@@ -19,3 +19,8 @@
<p>
<label for="link">Link</label><input name="link" id="link" value="{{ project.link }}">
</p>
+<p>
+ <label for="featured">Featured</label><input name="featured" id="featured" type="checkbox"
+ {% if project.featured %}checked="checked"{% endif %}>
+</p>
+