1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/app/frontend/templates/events/new.html

17 lines
541 B
HTML
Raw Normal View History

<section class="heading b-b">
<div class="row no-gutter">
<div class="col-xs-2 col-sm-2 col-md-1">
<section class="heading-btn">
<a ng-click="cancel()"><i class="fas fa-long-arrow-alt-left"></i></a>
</section>
2015-05-05 03:10:25 +02:00
</div>
<div class="col-xs-10 col-sm-10 col-md-8 b-l ">
<section class="heading-title">
<h1 translate>{{ 'app.admin.events_new.add_an_event' }}</h1>
</section>
2022-11-08 17:41:18 +01:00
</div>
</div>
</section>
2015-05-05 03:10:25 +02:00
<event-form action="'create'" on-success="onSuccess" on-error="onError"></event-form>