forked from newscoop/theme-Anchorage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauth_password-restore-after.tpl
40 lines (32 loc) · 1.4 KB
/
auth_password-restore-after.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{{ config_load file="{{ $gimme->language->english_name }}.conf" }}
{{ include "_tpl/_html-head.tpl" }}
<body>
<!-- Begins Main Container -->
<div class="container">
{{ include "_tpl/header.tpl" }}
<!-- Begins main content -->
<section role="main">
<div class="row">
<div id="main" class="span12">
<div class="row columns">
<div class="span8 column">
<div id="main-content" class="single-page section-page">
<br>
<div class="alert alert-info">
<h5 class="checkHeading">{{ #weSentYouAnEmail# }}</h5>
<p>{{ #pleaseCheckYourInbox# }}</p>
</div>
</div>
</div>
<!-- Begins Sidebar -->
<aside id="sidebar-container" class="span4 column hidden-phone">
{{ include file="_tpl/sidebar-community.tpl" }}
</aside>
<!-- / End Sidebar -->
</div>
</div>
</div>
</section>
<!-- / End main content -->
{{ include "_tpl/footer.tpl" }}
{{ include "_tpl/_html-footer.tpl" }}