mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-28 03:32:25 +02:00
fix home page
This commit is contained in:
@@ -90,7 +90,7 @@
|
|||||||
<div class="form-group" id="expiration-date-form" style="display: none;">
|
<div class="form-group" id="expiration-date-form" style="display: none;">
|
||||||
<label for="date">Expiration date.</label>
|
<label for="date">Expiration date.</label>
|
||||||
<small class="form-text text-muted">When the anonymous repository.</small>
|
<small class="form-text text-muted">When the anonymous repository.</small>
|
||||||
<input class="form-control .form-control-lg" type="date" name="expiration_date" id="date" value="{{ repo.expiration_date.date().isoformat() }}" />
|
<input class="form-control .form-control-lg" type="date" name="expiration_date" id="date" value="{% if repo.expiration_date %}{{ repo.expiration_date.date().isoformat() }}{% endif %}" />
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="white_border">Submit</button>`
|
<button type="submit" class="white_border">Submit</button>`
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user