Richard Guo
commited on
Commit
·
b9100c5
1
Parent(s):
a2483b1
password
Browse files- templates/form.html +1 -1
templates/form.html
CHANGED
@@ -60,7 +60,7 @@
|
|
60 |
<input type="text" class="form-control" id="dataset_name" name="dataset_name">
|
61 |
|
62 |
<label for="atlas_api_token">Atlas API Token:</label>
|
63 |
-
<input type="
|
64 |
</div>
|
65 |
<button type="submit" class="btn btn-primary">Submit</button>
|
66 |
</form>
|
|
|
60 |
<input type="text" class="form-control" id="dataset_name" name="dataset_name">
|
61 |
|
62 |
<label for="atlas_api_token">Atlas API Token:</label>
|
63 |
+
<input type="hidden" class="form-control" id="atlas_api_token" name="atlas_api_token">
|
64 |
</div>
|
65 |
<button type="submit" class="btn btn-primary">Submit</button>
|
66 |
</form>
|