blob: cc351c2a4a7a476d619b78e83c91316d80290547 [file] [log] [blame]
Copybara854996b2021-09-07 19:36:02 +00001<div id="remove-self-container" style="display: [if-any open_dialog]block[else]none[end]">
2 <div id="remove-self-dialog">
3 <h2 style="margin-top:0">
4 Hotlist: [hotlist.name]
5 </h2>
6
7 <section>
8 Would you like to remove yourself as an editor of this hotlist?
9 <input type="checkbox" name="removeself">
10 </section>
11
12 <menu>
13 <button id="cancel-remove-self" type="reset">Cancel</button>
14 <button type="submit">Confirm</button>
15 </menu>
16 </div>
17</div>
18
19<script type="text/javascript" defer src="[version_base]/static/js/hotlists/edit-hotlist.js" nonce="[nonce]"></script>