Mercurial > public > sg101
changeset 1149:23dd077358ec
Forgot to add new template for weblinks V3 design.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 01 Dec 2016 21:05:12 -0600 |
parents | 176d1550bf25 |
children | 0e0cd152b86d |
files | sg101/templates/weblinks/random_link.html |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sg101/templates/weblinks/random_link.html Thu Dec 01 21:05:12 2016 -0600 @@ -0,0 +1,18 @@ +{% extends 'weblinks/base.html' %} +{% block title %}Web Links: Random Link{% endblock %} +{% block weblinks_content %} +<h3> + <i class="fi-die-five"></i> <i class="fi-die-six"></i> + Random Link + <i class="fi-die-three"></i> <i class="fi-die-four"></i> +</h3> + +<p> +Feeling lucky? Click the button below to visit a randomly chosen +link from our database. +</p> + +<form action="." method="post">{% csrf_token %} + <input type="submit" value="Give me a random link!" class="button" /> +</form> +{% endblock %}