pupupu

simple static CMS for crappy servers
git clone https://git.ce9e.org/pupupu.git

commit
079e7bf8794cf00abfa4bdaeb6fd8fdddc3029f7
parent
9c1a4c8ee62d278b6ab397362db5095f5890d1c8
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2018-10-12 17:22
rm defunct template code

Diffstat

M templates/form.html 8 +-------

1 files changed, 1 insertions, 7 deletions


diff --git a/templates/form.html b/templates/form.html

@@ -8,14 +8,8 @@
    8     8     <link rel="stylesheet" type="text/css" href="static/main.css">
    9     9 </head>
   10    10 <body>
   11    -1     <form class="l-main" method="POST">
   12    -1         {% for key, value in data.yml %}
   13    -1             <label>
   14    -1                 {{ key }}
   15    -1                 <input type="text" name="{{ key }}" value="{{ value }}">
   16    -1             </label>
   17    -1         {% endfor %}
   18    11 
   -1    12     <form method="POST">
   19    13         <label>
   20    14             Body
   21    15             <textarea name="md">{{ data.md }}</textarea>