Revize 4858e9ee
Přidáno uživatelem Matěj Zeman před téměř 3 roky(ů)
server/templates/licenses/license_create.html | ||
---|---|---|
5 | 5 |
<title>Create a License</title> |
6 | 6 |
</head> |
7 | 7 |
<body> |
8 |
<form action="/api/v1/licenses-web" method="post">
|
|
8 |
<form action="/licenses-web" method="post"> |
|
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> |
Také k dispozici: Unified diff
Views navigation fix