mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-06 01:33:46 +01:00
Added warning to not submit from remaster
This commit is contained in:
parent
01b07ffef6
commit
05b06fd1bb
1 changed files with 2 additions and 1 deletions
|
@ -363,7 +363,8 @@ <h5 class="modal-title" id="exportModalLabel">Export Entry</h5>
|
|||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Done</button>
|
||||
<a id="exportDirectPost" class="btn btn-primary" href="#" target="_blank" rel="noopener noreferrer">Post Direct to Reddit</a>
|
||||
<!-- <a id="exportDirectPost" class="btn btn-primary" href="#" target="_blank" rel="noopener noreferrer">Post Direct to Reddit</a> -->
|
||||
<a id="exportDirectPost" class="btn btn-danger" href="#" target="_blank" rel="noopener noreferrer">THIS IS FOR TESTING DO NOT SUBMIT</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue