~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to wlprofile/templates/wlprofile/base.html

  • Committer: franku
  • Date: 2019-05-17 18:13:04 UTC
  • mfrom: (535.1.9 gaming_password)
  • Revision ID: somal@arcor.de-20190517181304-kws07wnuy3rzdfjr
reworked profile view; setting online gaming password is now double checked

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
                        <a {% block edit_profile %}{% endblock %} href="{% url 'profile_edit' %}">Edit Profile</a>
31
31
                </li>
32
32
                <li>
33
 
                        <a {% block notifications %}{% endblock %} href="{% url 'notification_notices' %}">E-Mail settings</a>
34
 
                </li>
35
 
                <li>
36
 
                        <a {% block scheduling %}{% endblock %} href="{% url 'scheduling_main' %}">Game Scheduler</a>
37
 
                        <ul>
38
 
                                <li><a href="{% url 'scheduling_scheduling' %}">Define your playtime</a></li>
39
 
                                <li><a href="{% url 'scheduling_find' %}">Show playtimes</a></li>
40
 
                        </ul>
41
 
                </li>
42
 
                <li>
43
 
                        <a {% block messages %}{% endblock %} href="{% url 'messages_inbox' %}" title="Your private messages">Messages</a>
 
33
                        <a {% block notifications %}{% endblock %} href="{% url 'notification_notices' %}">Notification Settings</a>
 
34
                </li>
 
35
                <li>
 
36
                        <a {% block game_passwrd %}{% endblock %} href="{% url 'wlggz_changepw' %}" title="Online Gaming Password">Gaming Password</a>
44
37
                </li>
45
38
        {% endif %}
46
39
        </ul>