Fix max hours available with more then one medic
This commit is contained in:
@ -25,11 +25,6 @@
|
||||
<meta content="#cc0000" name="msapplication-TileColor">
|
||||
<meta content="https://www.rug.nl/mstile-144x144.png" name="msapplication-TileImage">
|
||||
<meta content="user-scalable=1, initial-scale=1.0" name="viewport">
|
||||
{% comment %}
|
||||
<script type="text/javascript">
|
||||
var alertsHref = "";
|
||||
</script>
|
||||
{% endcomment %}
|
||||
|
||||
<script src="https://www.rug.nl/_definition/shared/js/jquery.js?version=2019-12-12" type="text/javascript"></script>
|
||||
<script type="text/javascript">jQuery.noConflict();</script>
|
||||
@ -51,6 +46,7 @@
|
||||
<script type="text/javascript" src="https://www.rug.nl/_definition/shared/js/cross-frame.js?version=2019-12-12"></script>
|
||||
|
||||
<link href="{% static 'RUG_template/css/base.css' %}" rel="stylesheet"/>
|
||||
<script type="text/javascript" src="{% static 'RUG_template/javascript/moment-with-locales.min.js' %}"></script>
|
||||
|
||||
</head>
|
||||
<body itemtype="http://schema.org/WebPage" itemscope="itemscope" id="top" class="page--topicpage"><!--googleoff: all-->
|
||||
@ -90,6 +86,9 @@
|
||||
{% get_current_language as LANGUAGE_CODE %}
|
||||
{% get_available_languages as LANGUAGES %}
|
||||
{% get_language_info_list for LANGUAGES as languages %}
|
||||
<script>
|
||||
moment.locale('{{LANGUAGE_CODE}}');
|
||||
</script>
|
||||
<input name="next" type="hidden" value="{% if redirect_to %}{{ redirect_to }}{% endif %}">
|
||||
<input type="hidden" name="language" id="language" value="{{LANGUAGE_CODE}}">
|
||||
{% for language in languages %}
|
||||
|
Reference in New Issue
Block a user