funky-framadate-front/mocks/old-stuff/pages/admin/admin.component.html

11 lines
220 B
HTML
Raw Normal View History

2020-04-17 15:52:09 +02:00
<div>
<h1>
admin page to modify a poll
</h1>
<div class="well">
<h2>Anybody with this link can modify and delete the poll</h2>
<strong> token: {{ tokenForAdministration }} </strong>
coming soon
</div>
</div>