~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/right_boxes.html

  • Committer: Holger Rapp
  • Date: 2009-02-20 12:25:18 UTC
  • Revision ID: holgerrapp@gmx.net-20090220122518-feaq34ta973snnct
Imported wikiapp into our repository, because we did some local changes (users must be logged in to edit wiki pages)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
{% load wlblock %}
9
9
 
10
10
      <td id="rightcolumn">
 
11
         {# Login Block / User informations #}
11
12
         {% if user.is_authenticated %}
12
13
            {% wlblock "Account" %}
13
14
            Your are logged in as<br/>
32
33
               <center><input type="submit" value="login" /></center>
33
34
               <input type="hidden" name="next" value="{{ request.path }}" />
34
35
               </form>
 
36
               <center>
 
37
                  <a href="/accounts/password/reset/">Lost password?</a><br/><br/>
 
38
                  <a href="/accounts/register">Register now!</a><br/>
 
39
               </center>
 
40
            {% endwlblock %}
 
41
 
 
42
            {# Hosting by SF.net block #}
 
43
            {% wlblock "Hosted by" %}
 
44
            <div align="center">
 
45
               <a href="http://sourceforge.net">
 
46
                  <img src="http://sourceforge.net/sflogo.php?group_id=40163&amp;type=2"
 
47
                  align="center" alt="SourceForge.net Logo" width="125" height="37" border="0"/>
 
48
               </a>
 
49
            </div>
35
50
            {% endwlblock %}
36
51
         {% endif %}
37
52
      </td>