gosora/templates/are_you_sure.html
Azareal 8720de83d8 Rudimentary user convo blocking.
Simplify some things.

Add create_block title phrase.
Add remove_block title phrase.
Add create_block_msg phrase.
Add remove_block_msg phrase.
Add profile_unblock phrase.

Add the users_blocks table.

You will need to run the updater / patcher for this commit.
2019-10-18 10:35:13 +10:00

12 lines
422 B
HTML

{{template "header.html" . }}
<main id="are_you_sure">
<div class="rowblock rowhead">
<div class="rowitem"><h1>{{lang "areyousure_head"}}</h1></div>
</div>
<div class="rowblock">
<div class="rowitem passive rowmsg">{{.Something.Message}}<br /><br />
<a class="username" href="{{.Something.URL}}?s={{.CurrentUser.Session}}">{{lang "areyousure_continue"}}</a>
</div>
</div>
</main>
{{template "footer.html" . }}