1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

404 css jolifygationnement

This commit is contained in:
papee 2020-08-12 15:22:47 +02:00
parent eb05aaa103
commit 0c87b2339f

View File

@ -1,6 +1,6 @@
%if "burn_after_reading" in str(paste.expiration): %if "burn_after_reading" in str(paste.expiration):
%if keep_alive: %if keep_alive:
<p class="alert alert-info"> <p class="alert alert-dismissible alert-primary">
<a class="close" data-dismiss="alert" href="#" @click.prevent="$event.target.parentNode.remove()">×</a> <a class="close" data-dismiss="alert" href="#" @click.prevent="$event.target.parentNode.remove()">×</a>
<strong class="title">Ok!</strong> <strong class="title">Ok!</strong>
<span class="message"> <span class="message">
@ -8,7 +8,7 @@
</span> </span>
</p> </p>
%else: %else:
<p class="alert"> <p class="alert alert-warning alert-dismissible">
<a class="close" data-dismiss="alert" href="#" @click.prevent="$event.target.parentNode.remove()">×</a> <a class="close" data-dismiss="alert" href="#" @click.prevent="$event.target.parentNode.remove()">×</a>
<strong class="title">Warning!</strong> <strong class="title">Warning!</strong>
<span class="message"> <span class="message">
@ -18,9 +18,6 @@
</p> </p>
%end %end
%end %end
<h1>{% currentPaste.type %}</h1>
<div class="well paste-form"> <div class="well paste-form">
<form action="/" method="get" accept-charset="utf-8"> <form action="/" method="get" accept-charset="utf-8">