This commit is contained in:
10
nhncloud/templates/nhncloud/rs_test.html
Normal file
10
nhncloud/templates/nhncloud/rs_test.html
Normal file
@ -0,0 +1,10 @@
|
||||
{% extends 'components/base_nhncloud.html' %}
|
||||
{% load static %}
|
||||
{% block main_area %}
|
||||
<section>
|
||||
<h1>Token</h1>
|
||||
{{ state }}
|
||||
{{ tokenValue}}
|
||||
</section>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user