26 lines
1,007 B
HTML
26 lines
1,007 B
HTML
<?xml version="1.0"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Fedora Project Google Authenticator provisioning - Error</title>
|
|
<link href="${css_root}provisioning.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="mainwindow" class="status">
|
|
<div id="title">Fedora Project - Error</div>
|
|
<div id="mainarea">
|
|
<p class="error">
|
|
$errormsg
|
|
</p>
|
|
<p>
|
|
You can <a href="$action_url">try again</a> or you can contact
|
|
the Fedora Infrastructure team at <a href="mailto:admin@fedoraproject.org">admin@fedoraproject.org</a>.
|
|
</p>
|
|
</div>
|
|
<div id="copyright">
|
|
© 2012 Red Hat, Inc. and others.
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|