[879b32]: / qiita_pet / templates / user_verified.html

Download this file

12 lines (10 with data), 284 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
{%extends sitebase.html%}
{% block head %}
<script type="text/javascript">
$(document).ready(function() { $('#username').val('{{email}}'); });
</script>
{% end %}
{%block content%}
<h1>User Verification: {{email}}</h1>
<div style="color: {{color}};"><h3>{{msg}}</h3></div>
{%end%}