##// END OF EJS Templates
CGS model, form, view, url and html have been added....
CGS model, form, view, url and html have been added. git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@17 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r4:fec748edd782
r4:fec748edd782
Show More
index_cgs.html
22 lines | 495 B | text/html | HtmlDjangoLexer
{% extends "base.html" %}
{% load bootstrap3 %}
{% block mainactive %}active{% endblock %}
{% block content-title %}DEVICE CGS{% endblock %}
{% block content-suptitle %}CLOCK GENERATOR AND SYNCHRONIZER{% endblock %}
{% block content %}
<p class="text-justify">
Ingresar Frecuencias
</p>
<div class='col-md-8'>
{% bootstrap_form form size='medium' %}
<button type="submit" class="btn btn-primary pull-right">Submit</button>
</div>
{% endblock %}
{% block sidebar%}
{% endblock %}