~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to templates/wlscheduling/timezone-msg.html

  • Committer: gschmitlin at gmail
  • Date: 2017-12-23 09:15:02 UTC
  • mto: This revision was merged to the branch mainline in revision 480.
  • Revision ID: gschmitlin@gmail.com-20171223091502-j1zscwdies0625nv
added scheduling module in a clean way

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<h3 id="timezone-msg">You are currently noted as UTC <span class="profil-time"></span></h3>
 
2
<div id="timezone-error" class="errormessage" hidden="hidden">WARNING! The time indicated by your browser (UTC <span id="browser-time"></span>) is different from the one stored in your profile (UTC <span class="profil-time"></span>). By default we will use the one stored in your profile.<br /> 
 
3
    <a href="{% url 'profile_edit' %}">Edit Profile</a>
 
4
</div>