mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
CSS
This commit is contained in:
parent
1ec381b34c
commit
b13ee6c773
1 changed files with 31 additions and 29 deletions
|
@ -5,14 +5,15 @@ Upload m3u | {{ config['PUBLIC_CONFIG'].site.title }}
|
|||
|
||||
|
||||
{% block content %}
|
||||
<div class="container center-block">
|
||||
<div class="panel panel-default text-center">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h1 class="panel-title">
|
||||
<a href="{{ url_for('HomeView:index') }}">{{ config['PUBLIC_CONFIG'].site.title }}</a>
|
||||
</h1>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="container-fluid">
|
||||
<div class="row well">
|
||||
<h3>{% trans %}Upload m3u file{% endtrans %}</h3>
|
||||
<p>{% trans %}Note: Please upload m3u file for service.{% endtrans %}</p>
|
||||
{{ util.flashed_messages(dismissible=True, container=False) }}
|
||||
|
@ -26,15 +27,16 @@ Upload m3u | {{ config['PUBLIC_CONFIG'].site.title }}
|
|||
{{ form.type }}
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{{ form_field(form.submit, class="btn") }}
|
||||
{{ form_field(form.submit, class="btn btn-success") }}
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="text-center">
|
||||
<div class="row">
|
||||
<a href="{{ url_for('UserView:dashboard') }}" role="button" class="btn btn-info">
|
||||
{% trans %}Dashboard{% endtrans %}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{%- endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue