Revize 5dc6d077
Přidáno uživatelem Matěj Zeman před téměř 3 roky(ů)
server/templates/licenses/license_create.html | ||
---|---|---|
9 | 9 |
<label for="name">Name:</label><br> |
10 | 10 |
<input type="text" id="name" name="name"><br><br> |
11 | 11 |
<label for="expdate">Expiration Date</label> |
12 |
<input type="date" id="expdate" name="expdate"> |
|
12 |
<input type="date" id="expdate" name="expdate" min={{minimum_date}}>
|
|
13 | 13 |
<input type="submit" value="Submit"> |
14 | 14 |
</form> |
15 | 15 |
</body> |
Také k dispozici: Unified diff
security fix for all endpoints. Added view for Licenses and html template on "/" with information about server endpoints.