Skip to content

Instantly share code, notes, and snippets.

@sausman
Forked from jayd3e/gist:7933710
Last active December 31, 2015 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sausman/7933760 to your computer and use it in GitHub Desktop.
Save sausman/7933760 to your computer and use it in GitHub Desktop.
<%def name="body()">
<p>
Hey Flunker! Your classes have been active while you&rsquo;ve been gone. Files have
been uploaded, students have helped other students. Get back to the
community, they&rsquo;re waiting for you.
</p>
<p>
-c<span style="color: red">F</span>
</p>
</%def>
<%def name="body()">
<p>
We&rsquo;ve noticed you Flunked your way through last term but haven&rsquo;t signed
in this semester. Have you graduated? If not, the clusterFlunk community
has only multiplied in size, your classmates are awaiting your arrival.
</p>
<p>
Sign in &amp; talk to the people in your classes this semester: (
<a href="${ request.route_url('index',
_scheme='https',
_host='clusterflunk.com') }">
clusterflunk.com
</a>)
</p>
<p>
-c<span style="color: red">F</span>
</p>
</%def>
<%def name="body()">
<p>
You&rsquo;ve signed up for clusterFlunk, but haven&rsquo;t joined any courses. There
are thousands of students &amp; files waiting for you. We even
set up a tour to help you join your classes! ;)
</p>
<p>
-c<span style="color: red">F</span>
</p>
</%def>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment