{% extends "data_edit2.html" %}
{% load i18n %}
{% block addjs %}
{% if request.regit%}
$(function(){
var txtN = $("#id_UPK");
txtN[0].readOnly=true;
var txtN = $("#id_dl");
txtN[0].readOnly=true;
var txtN = $("#id_time");
txtN[0].readOnly=true;
alert("License Register Success!");
});
{% else %}
$(function(){
var txtN = $("#id_UPK");
txtN[0].readOnly=true;
var txtN = $("#id_dl");
txtN[0].readOnly=true;
var txtN = $("#id_time");
txtN[0].readOnly=true;
});
{% endif %}
{% endblock %}